vtils
Version:
一个面向业务的 JavaScript/TypeScript 实用程序库。
13 lines (11 loc) • 364 B
JavaScript
/**
* 验证工具库。基于 {@link https://github.com/jquense/yup#readme | yup}。
*
* @packageDocumentation
*/
/* istanbul ignore file */
// @index(['./**/*.ts', '!**/*.test.*', '!./yupTypes'], f => `export * from '${f.path.replace(/\.d$/, '')}'`)
export * from "./locale/enUS.js";
export * from "./locale/zhCN.js";
export * from "./yup.js";
// @endindex