UNPKG

@prishelets/utils

Version:

A modern utility library for strings, numbers, and general data types — fully typed, tested, and built for Node.js and TypeScript.

7 lines (6 loc) 217 B
export * from './numbers/clamp'; export * from './numbers/isEven'; export * from './numbers/roundTo'; export * from './numbers/randomInRange'; export * from './numbers/toFixedNumber'; export * from './numbers/isOdd';