UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

12 lines (11 loc) 307 B
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 './uuid';