1 repository
Specialized rules for displaying numbers in non-standard ways tailored to specific project requirements.
Distinct from Numeric Formatting: Focuses on user-definable display rules rather than locale-specific conventions.
Explore 1 awesome GitHub repository matching web development · Custom Representation Rules. 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
Allows the definition of specialized formatting rules for non-standard numeric representations.