UNPKG

@ivujs/i-utils

Version:

前端模块化 JavaScript 工具库

12 lines (11 loc) 218 B
/** * 常量 * @module 常量集合 */ export * from "./sort"; export * from "./math"; export * from "./lang"; export * from "./regexp"; export * from "./date"; export * from "./keycode"; export * from "./id-card";