UNPKG

millifytolongify

Version:
4 lines (3 loc) 255 B
export declare function convertToLongForm(value: any, inDecimalFormat?: boolean): string; export declare function numberWithCommas(value: any, inDecimalFormat: boolean): string; export declare function convertToMillify(value: number, args?: any): any;