Skip to content

Commit cb4c4bd

Browse files
authored
Update README.md
1 parent fba8254 commit cb4c4bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Typescript type validator
2+
![NPM Version](https://img.shields.io/npm/v/typescript-type-validator)
23

34
A fully TypeScript-supported type validator that enables type checks at both transpile time and runtime using a flexible schema and input validation.
45

@@ -146,4 +147,4 @@ Validator.validate(schema, { evenNumber: 3 }); // Throws error
146147
- `field`, `objectField`, `arrayField`, `customField` — for schema definition
147148
- `Type` — enum for field types
148149
- `TypeFromSchema` — type inference from schema
149-
- `Validator` — class and static method for validation
150+
- `Validator` — class and static method for validation

0 commit comments

Comments
 (0)