UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

2 lines (1 loc) 166 B
export declare function number_format(number: string | number, decimals: number | undefined, decPoint: string | undefined, thousandsSep: string | undefined): string;