Interface: FormatNumeralOptions
December 16, 2023 · View on GitHub
cleave-zen / Exports / FormatNumeralOptions
Interface: FormatNumeralOptions
Table of contents
Properties
- delimiter
- numeralDecimalMark
- numeralDecimalScale
- numeralIntegerScale
- numeralPositiveOnly
- numeralThousandsGroupStyle
- prefix
- signBeforePrefix
- stripLeadingZeroes
- tailPrefix
Properties
delimiter
• Optional delimiter: string
Defined in
numeralDecimalMark
• Optional numeralDecimalMark: string
Defined in
numeralDecimalScale
• Optional numeralDecimalScale: number
Defined in
numeralIntegerScale
• Optional numeralIntegerScale: number
Defined in
numeralPositiveOnly
• Optional numeralPositiveOnly: boolean
Defined in
numeralThousandsGroupStyle
• Optional numeralThousandsGroupStyle: NumeralThousandGroupStyles
Defined in
prefix
• Optional prefix: string
Defined in
signBeforePrefix
• Optional signBeforePrefix: boolean
Defined in
stripLeadingZeroes
• Optional stripLeadingZeroes: boolean
Defined in
tailPrefix
• Optional tailPrefix: boolean