Skip to content

Valida um número de CPF baseado no algorítmo "módulo 11" - Brazilian Natural Persons Register validator.

Notifications You must be signed in to change notification settings

guilhermehn/validar-cpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validar-cpf

Validates Brazilian CPF document number using the "módulo 11" algorithm.

Anything in the input string that is not a number will be removed during the validation, so there is no need to sanitize the input beforehand.

Actions Status npm version Known Vulnerabilities

Install

npm install --save validar-cpf

Usage

const validateCpf = require('validar-cpf');

if (validateCpf('123.456.789-87')) {
	console.log('Valid CPF');
}

Package size

Install size Minified size Minified + gzip size

License

MIT

About

Valida um número de CPF baseado no algorítmo "módulo 11" - Brazilian Natural Persons Register validator.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published