1.0.1 • Published 4 years ago

@feizheng/next-to-thousands v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

next-to-thousands

To thousands for number.

installation

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

usage

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

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

4 years ago

1.0.0

4 years ago