Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/prelude/number/const

Index

Variables

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