cpf-rg-validator

1.0.0 • Public • Published

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

/cpf-rg-validator/

    Package Sidebar

    Install

    npm i cpf-rg-validator

    Weekly Downloads

    18

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    40.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • brodskyy88