UNPKG

meng-utils

Version:

一个js工具函数库,将平时常用的方法封装成通用库

8 lines (7 loc) 176 B
export * from './utils'; export * from './string'; export * from './array'; export * from './fun'; export * from './obj'; export * from './dom'; export * from './time';