2.0.0 • Published 5 years ago
iscpf v2.0.0
iscpf
Validate CPF numbers (for Node.js and browsers)
Installation
NPM:
npm install --save iscpfYarn:
yarn add iscpfUsage
Import the lib:
ES6 Modules:
import { isCpf } from 'iscpf'CommonJS:
const { isCpf } = require('iscpf')Don't worry about pontuation:
console.log(isCpf('75300153206')) // true
console.log(isCpf('462.498.462-55')) // trueEnjoy ;)
License
MIT © Fernando Daciuk