cpf-is-valid
v1.0.2
Published
library to validate cpf
Downloads
4
Readme
install
npm i cpf-is-valid
Getting Started
Example:
import { cpfIsValid } from "cpf-is-valid";
cpfIsValid('534.891.510-62');
or
cpfIsValid('03141326002');
Built With
License
This project is licensed under the MIT License - see the LICENSE.md file for details