validated-types icon indicating copy to clipboard operation
validated-types copied to clipboard

Library for creating validated Typescript types for integers, floats, string and arrays

Results 1 validated-types issues
Sort by recently updated
recently updated
newest added

the 'fqdn' validator passes the input string to validate through to isFQDN without any extra options ``` fqdn: (value) => validator.isFQDN(value), ``` But the isFQDN function supports options such as...