UNPKG

190 BTypeScriptView Raw
1/**
2 * @name formatDecimal
3 * @description Formats a number into string format with thousand separators
4 */
5export declare function formatDecimal(value: string, separator?: string): string;