UNPKG

@universis/number-format

Version:

Universis library for converting number to text

7 lines (6 loc) 174 B
export interface NumberLocale { decimalSeparator?: string; values: Array<Array<any>>; dictionary?: Array<Array<string>>; spellcheck?(text: string): string; }