mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 16:24:35 +00:00
* Remove named exports from validator index file There are no named exports in the validator package as you can see from the source code here https://github.com/validatorjs/validator.js/blob/b5a1d1f/src/index.js * Fix my name * Remove actual imports from `convict-tests` * Update uses of validator types (in tests & sequelize definitions) * Remove accidental file * Fix errors * Fix lib files * Prettier * Switch to namespace for simplicity * Fix missed imports in lib * Dummy change to trigger CI * Revert import changes to convict-tests