petite-utils
Version:
A collection of small util function in JavaScript.
20 lines (19 loc) • 501 B
text/typescript
/*
* @Author : ZhouQiJun
* @Date : 2024-10-28 01:35:13
* @LastEditors : ZhouQiJun
* @LastEditTime: 2025-03-22 22:44:04
* @Description : export all utils
*/
export * from './chunk'
export * from './clone'
export * from './copy'
export * from './debounce'
export * from './normalizeMoney'
export * from './randomNum'
export * from './randomStr'
export * from './removeRepeat'
export * from './repeatRun'
export * from './throttle'
//export * from './upsetOrder'
export * from './uuid'