You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
express-input-validation is simple yet powerful node module that makes your API robust and discard any request with invalid input.
8
13
9
14
-[Installation](#installation)
10
15
-[Features](#features)
11
16
-[Examples](#examples)
17
+
-[RoadMap](#roadmap)
12
18
-[License](#license)
13
19
14
20
## Installation
@@ -47,6 +53,10 @@ In rules array the above one can be one of the objects, here I've showed a custo
47
53
- a rule without a `validation_function` is considered to be only `required` field, i.e., `express-input-validation` only checks if there is a field in specified `from` key in the object.
0 commit comments