mout
Version:
Modular Utilities
19 lines (18 loc) • 880 B
TypeScript
import MAX_INT from './number/MAX_INT';
import MAX_SAFE_INTEGER from './number/MAX_SAFE_INTEGER';
import MAX_UINT from './number/MAX_UINT';
import MIN_INT from './number/MIN_INT';
import abbreviate from './number/abbreviate';
import currencyFormat from './number/currencyFormat';
import enforcePrecision from './number/enforcePrecision';
import isNaN from './number/isNaN';
import nth from './number/nth';
import ordinal from './number/ordinal';
import pad from './number/pad';
import rol from './number/rol';
import ror from './number/ror';
import sign from './number/sign';
import toInt from './number/toInt';
import toUInt from './number/toUInt';
import toUInt31 from './number/toUInt31';
export { MAX_INT, MAX_SAFE_INTEGER, MAX_UINT, MIN_INT, abbreviate, currencyFormat, enforcePrecision, isNaN, nth, ordinal, pad, rol, ror, sign, toInt, toUInt, toUInt31 };