web-backset.cn/packages/util/src/index.ts

6 lines
168 B
TypeScript
Raw Normal View History

2023-02-10 17:09:40 +08:00
import * as EncryptUtil from "./encrypt";
2023-02-11 13:21:06 +08:00
import * as ValidateUtil from "./validate";
import * as RegUtil from "./reg";
2023-02-10 17:09:40 +08:00
2023-02-11 13:21:06 +08:00
export { EncryptUtil, ValidateUtil, RegUtil };