Interface: NumeralJSFormat
Properties
| Property | Type |
|---|---|
format | (value: any, format: string, roundingFunction: RoundingFunction) => string |
regexps | { format: RegExp; unformat: RegExp; } |
regexps.format | RegExp |
regexps.unformat | RegExp |
unformat | (value: string) => number |