UNPKG

@polkadot/util

Version:
6 lines (5 loc) 190 B
/** * @name formatDecimal * @description Formats a number into string format with thousand separators */ export declare function formatDecimal(value: string, separator?: string): string;