validate.js icon indicating copy to clipboard operation
validate.js copied to clipboard

TypeScript defintions are too broad

Open mandymozart opened this issue 6 years ago • 0 comments

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.

mandymozart avatar Dec 05 '18 16:12 mandymozart