Ferramenta para checar se um CPF é válido.
Basta instalar com npm i check-cpf
ou yarn add check-cpf
.
O uso é bem direto:
const checkCpf = require('check-cpf')
console.log(checkCpf('00000000000'))
Ferramenta para checar se um CPF é válido.
Basta instalar com npm i check-cpf
ou yarn add check-cpf
.
O uso é bem direto:
const checkCpf = require('check-cpf')
console.log(checkCpf('00000000000'))
npm i check-cpf
0
1.0.1
MIT
3.23 kB
4