Variables
Const boolAliases
boolAliases: Pick<{ +: boolean; -: boolean }, "+" | "-"> = ...
Const decPartRgxp
decPartRgxp: RegExp = ...
Const defaultFormats
defaultFormats: Pick<NumberFormatOptions, keyof NumberFormatOptions> = ...
Const formatAliases
formatAliases: Pick<{ $: string; $d: string; %: string; .: string }, "." | "$" | "$d" | "%"> = ...
Const globalFormatOpts
globalFormatOpts: Pick<{ decimal: string; init: boolean; thousands: string }, "init" | "decimal" | "thousands"> = ...