UNPKG

ascor

Version:

一些常用的简单的js工具

15 lines (14 loc) 402 B
export * from "./isNumber"; export * from "./isArray"; export * from "./isDeepEqual"; export * from "./isEmail"; export * from "./isFunction"; export * from "./isNull"; export * from "./isObject"; export * from "./isPhone"; export * from "./isPositiveNumber"; export * from "./isString"; export * from "./isTel"; export * from "./isTypeEqual"; export * from "./isUndefined"; export * from "./isEmpty";