cpf-cpnj-formatter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

CPF and CNPJ formatter 📦

how to install ?

npm install cpf-cpnj-formatter
yarn add cpf-cpnj-formatter

usage

import { mask } from 'cpf-cpnj-formatter'
// CPF
mask(21490841040) //~> 214.908.410-40
mask('78734612033') //~> 787.346.120-33

// CNPJ
mask(12738586000175) //~> 12.738.586/0001-75
mask('32957821000107') //~> 32.957.821/0001-07

Readme

Keywords

none

Package Sidebar

Install

npm i cpf-cpnj-formatter

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.9 kB

Total Files

7

Last publish

Collaborators

  • fabricio-da-costa