Number Formatter
JSON →A small utility library that adds commas to numbers for thousands separation. Currently at version 1.0.0, this package provides a single function that takes a numeric input and returns a string with comma formatting (e.g., 35666 becomes '35,666'). It is designed for simplicity and minimal dependencies, suitable for basic number formatting in Node.js projects. The library is not actively maintained and offers no customization options, making it less flexible than alternatives like numeral.js or Intl.NumberFormat.