validate.js
validate.js copied to clipboard
TypeScript defintions are too broad
When using validate.js with TypeScript my editor does not provide autocompletion for constraints and many other API's. This is due to the any type being used all over the place.
TypeDefinitions should be improved to be more exact, otherwise there is no use in providing any type definitions.