fix(build): modernize package tooling and test setup for current git.zone build ecosystem
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import validatorMod from 'validator';
|
||||
|
||||
const validator: typeof validatorMod.default = validatorMod as any;
|
||||
const validator = validatorMod;
|
||||
|
||||
export { validator };
|
||||
|
||||
Reference in New Issue
Block a user