File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# @qavajs/validation
2
2
3
- ` npm install @qavajs/validation `
3
+ ```
4
+ npm install @qavajs/validation
5
+ ```
4
6
5
7
@qavajs library that transforms plain english definition to validation functions
6
8
7
- Lib supports following validations:
9
+ Library supports following validations:
8
10
* equal - not strict equal (==)
9
11
* strictly equal - strict equal (===)
10
12
* deeply equal - deep equal (chai eql)
@@ -19,8 +21,10 @@ Lib supports following validations:
19
21
* match schema - match [ ajv] ( https://www.npmjs.com/package/ajv ) schema
20
22
* case insensitive equal - not strict equal (==) with casting to lower case
21
23
22
- All validations can be negated adding _ not _ word.
24
+ All validations can be negated adding ` not ` word.
23
25
24
26
## Test
25
27
26
- ` npm run test `
28
+ ```
29
+ npm run test
30
+ ```
You can’t perform that action at this time.
0 commit comments