We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673346b commit bc50174Copy full SHA for bc50174
Readme.md
@@ -1,6 +1,12 @@
1
+## Installation
2
+
3
+`npm i js-validate-type --save`
4
5
## How to using
6
7
```js
8
+import { Type, string } from 'js-validate-type';
9
10
const Person = new Type({
11
name: string,
12
books: [string],
package.json
@@ -18,8 +18,9 @@
18
"type validate"
19
],
20
"author": "Nguyễn Chí Thanh",
21
+ "repository": "https://github.com/thanhngch/js-validate-type",
22
"engines": {
- "node": ">=10"
23
+ "node": ">=8"
24
},
25
"files": [
26
"build"
0 commit comments