chilean-formatter

2.0.1 • Public • Published

chilean-formatter

Installation

 - npm install --save chilean-formatter

Api

- formatterRut("181303859") -> 18.130.385-9
- cleanRut("18.130.385-9") -> 18130385  // without dv
- cleanRut("18.130.385-9",true) -> 181303859 // with dv
- validateRut("181303859")  -> true
- numberToClp("1256500") -> $1.256.500 
- numberToClp("1256500",',') -> $1,256,500  // with separator
- cleanClp("$1.256.500") -> 1256500  
- getRutDv(18130385) -> 9

Example

 import { numberToClp } from 'chilean-formatter'  
      const price = "60000";  
      console.log(numberToClp(price))  // $60.000

Package Sidebar

Install

npm i chilean-formatter

Weekly Downloads

58

Version

2.0.1

License

MIT

Unpacked Size

631 kB

Total Files

8

Last publish

Collaborators

  • ariverak