UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

6 lines (5 loc) 156 B
export * from './type'; export * from './identityCodeValid'; export * from './isChinesePhone'; export * from './isEqualArray'; export * from './isHttpUrl';