@jswork/next-to-thousands

1.0.1 • Public • Published

next-to-thousands

To thousands for number.

version license size download

installation

npm install -S @jswork/next-to-thousands

usage

import '@jswork/next-to-thousands';

nx.toThousands('10000')  //10,000
nx.toThousands('100')    //100
nx.toThousands(10000)    //10,000
nx.toThousands(1000,'|') //1|000

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-to-thousands

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.96 kB

Total Files

6

Last publish

Collaborators

  • afeiship