1.0.0 • Published 5 years ago

cpf-rg-validator v1.0.0

Weekly downloads
20
License
ISC
Repository
github
Last release
5 years ago

Instalation

yarn add cpf-rg-validator

Usage

Accepts masked string (xxx.xxx.xxx-xx), unmasked (xxxxxxxxxxx) or plain number

const Validator = require('cpf-rg-validator');

Validator.cpf('725.701.128-10'); // true
Validator.cpf('111.111.222-10'); // false

Validator.rg('91122534-1'); // true
Validator.rg('91122534'); // false