commafier
v1.0.1
Published
A simple utility to format numbers with commas
Maintainers
Readme
📦 commafier
🧮 A simple JavaScript utility that adds commas to numbers for better readability.
✨ Features
- Add commas to large numbers (e.g.
1234567→1,234,567) - Handles both numbers and numeric strings
- Lightweight, no dependencies
📦 Installation
npm install commafier