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'
Node.js module tutorial.
<script type="module">
import sashak007NumberFormatter from 'https://cdn.skypack.dev/@sashak007/number-formatter';
</script>
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'