UNPKG

eamutils

Version:

Some reusable functions in some projects

4 lines (3 loc) 239 B
export declare function formatNumberToK(num: number, precision?: number, replaces?: string[]): string; export declare const formatNumberCommas: (x: any) => any; export declare const padLeadingZeros: (num: any, finalLength: number) => any;