Skip to content

Interface: NumeralJSFormat

Properties

PropertyType
format(value: any, format: string, roundingFunction: RoundingFunction) => string
regexps{ format: RegExp; unformat: RegExp; }
regexps.formatRegExp
regexps.unformatRegExp
unformat(value: string) => number