bank-comma

1.0.1 • Public • Published

bank-comma

Installation

This is Node.js module is convert to value with commas thousands. (e.g. 1000 -> 1,000)

Installation is done using the npm install

$ npm install bank-comma --save

How to use

const bankComma = require('bank-comma')

const number = bankComma(1000)
// log number is 1,000

/bank-comma/

    Package Sidebar

    Install

    npm i bank-comma

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    964 B

    Total Files

    3

    Last publish

    Collaborators

    • bankdev