UNPKG

@mir_king/common

Version:

提供开发中常用的工具函数,提升开发效率的库

11 lines (10 loc) 278 B
import { data } from './data.js'; // 数据 import { form } from './form.js'; // 表单 import { tools } from './tools.js'; // 工具 import { Validation } from './Validation.js'; // 校验 export const common = { ...data, ...form, ...tools, ...Validation, };