petite-utils
Version:
A collection of small util function in JavaScript.
12 lines • 338 B
text/typescript
/*
* @Author : ZhouQiJun
* @Date : 2025-03-22 22:17:58
* @LastEditors : ZhouQiJun
* @LastEditTime: 2025-03-22 22:43:05
* @Description : 统一导出类型检查函数
*/
export * from './type'
export * from './identityCodeValid'
export * from './isChinesePhone'
export * from './isEqualArray'
export * from './isHttpUrl'