@feizheng/next-to-thousands
v1.0.1
Published
To thousands for number.
Downloads
3
Readme
next-to-thousands
To thousands for number.
installation
npm install -S @feizheng/next-to-thousandsusage
import '@feizheng/next-to-thousands';
nx.toThousands('10000') //10,000
nx.toThousands('100') //100
nx.toThousands(10000) //10,000
nx.toThousands(1000,'|') //1|000