gerar-cpf

2.0.3 • Public • Published

gerar-cpf

Greenkeeper badge

Gerador de CPF

Build Status npm version Coverage Status Known Vulnerabilities

npm install --save gerar-cpf

Uso

const gerarCpf = require('gerar-cpf')
const listaCpf = []
 
while (listaCpf.length < 100) {
    listaCpf[listaCpf.length] = gerarCpf()
}

Referência da API

Licensa

MIT

Readme

Keywords

Package Sidebar

Install

npm i gerar-cpf

Weekly Downloads

838

Version

2.0.3

License

MIT

Unpacked Size

6.13 kB

Total Files

13

Last publish

Collaborators

  • guilhermehn