@sashak007/number-formatter

Node.js module tutorial.

Usage no npm install needed!

<script type="module">
  import sashak007NumberFormatter from 'https://cdn.skypack.dev/@sashak007/number-formatter';
</script>

README

Number-formatter: This is a node module that converts integers into strings, converting single and multiple digitis into commad delimited (where applicable) text.

examples:

1 = '1' 1234 = '1,234'