fix(core): update
This commit is contained in:
7
ts/smartvalidator.plugins.ts
Normal file
7
ts/smartvalidator.plugins.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import validatorMod from 'validator';
|
||||
|
||||
const validator: typeof validatorMod.default = validatorMod as any;
|
||||
|
||||
export {
|
||||
validator
|
||||
}
|
||||
Reference in New Issue
Block a user