1.1.1 • Published 5 years ago

@extra-number/to-indian-system v1.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

Convert number to Indian system.

const toIndianSystem = require('@extra-number/to-indian-system');
// toIndianSystem(<number>, [separator=,])

toIndianSystem(500000);
// '5,00,000'
toIndianSystem(-20000000);
// '-2,00,00,000'
toIndianSystem(-4321.1234567, ' ');
// '-4 321.123 45 67'

extra-number

Indian system: https://en.wikipedia.org/wiki/Indian_numbering_system]

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago