node-form-validator icon indicating copy to clipboard operation
node-form-validator copied to clipboard

configurable form/json data validator

Results 3 node-form-validator issues
Sort by recently updated
recently updated
newest added

``` { page: { type: 'int', defaultsTo: 1 }, limit: { type: 'int', defaultsTo: 20 } } ```

1、当类型是数组时,类型进行或运算状态。 只要满足其中的一个运算规则就算通过。