es-next-tools
Version:
A comprehensive utility library for JavaScript and TypeScript that provides a wide range of functions for common programming tasks, including mathematical operations, date manipulations, array and object handling, string utilities, and more.
16 lines (15 loc) • 371 B
JavaScript
export * from './clamp';
export * from './comb';
export * from './dist';
export * from './dtr';
export * from './factorial';
export * from './gcd';
export * from './lcm';
export * from './lerp';
export * from './mean';
export * from './median';
export * from './mode';
export * from './perm';
export * from './range';
export * from './rtd';
export * from './statistics';