UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

4 lines (3 loc) 103 B
export * from './average.js'; export * from './randomNumberBetweenRange.js'; export * from './sum.js';