mikeerickson / validatorjs

A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator.
https://www.npmjs.com/package/validatorjs
MIT License
1.77k stars 280 forks source link

Add TypeScript support #290

Open mikeerickson opened 6 years ago

mikeerickson commented 6 years ago
syabro commented 6 years ago

@types is already created. https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validatorjs

mikeerickson commented 6 years ago

@syabro Thanks for the information, I was meaning adding it to the package so it doesn't required installation by DefinitelyTyped. But, that is a valid workable solution :-)