We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba8254 commit cb4c4bdCopy full SHA for cb4c4bd
1 file changed
README.md
@@ -1,4 +1,5 @@
1
# Typescript type validator
2
+
3
4
A fully TypeScript-supported type validator that enables type checks at both transpile time and runtime using a flexible schema and input validation.
5
@@ -146,4 +147,4 @@ Validator.validate(schema, { evenNumber: 3 }); // Throws error
146
147
- `field`, `objectField`, `arrayField`, `customField` — for schema definition
148
- `Type` — enum for field types
149
- `TypeFromSchema` — type inference from schema
-- `Validator` — class and static method for validation
150
+- `Validator` — class and static method for validation
0 commit comments