2.0.3 • Published 5 years ago

gerar-cpf v2.0.3

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

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