1 Repo
Systems for registering and storing user-defined shorthand aliases for complex numeric formatting patterns.
Distinct from Numeric Formatting: Focuses on the registration and storage of reusable formatting aliases rather than the logic of applying the formatting itself.
Explore 1 awesome GitHub repository matching web development · Custom Format Registries. Refine with filters or upvote what's useful.
Numeral-js is a JavaScript number formatting library used to convert raw numeric values into human-readable strings for currencies, percentages, and abbreviations. It includes a numeric string parser to extract raw values from formatted strings by removing symbols and delimiters. The library provides locale-aware formatting to adjust decimal separators and currency symbols based on regional language settings. It also features a data size converter that transforms byte values into readable measurements using base-1000 or base-1024 standards. The system supports the registration of custom form
Provides a central registry to store and reuse custom numeric formatting patterns via shorthand aliases.