numerify

JSON →
library 1.2.9 ·javascript
verified Jun 4, 2026

Numerify is a JavaScript number formatting library (version 1.2.9) that provides flexible formatting patterns similar to Numeral.js. It supports thousands separators, decimals, percentages, abbreviations (k/m/b/t), and custom rounding. The library is extensible via plugins (e.g., bytes, bps) and a registry for custom formats. It offers both ESM and CommonJS modules, and is actively maintained with weekly releases. Key differentiators include a minimal API surface, plugin architecture, and configurable options like zero/null formatting and abbreviation labels.