anywhere-tools

tools for validation and normalization

Usage no npm install needed!

<script type="module">
  import anywhereTools from 'https://cdn.skypack.dev/anywhere-tools';
</script>

README

ANYWHERE-TOOLS

WHAT IS IT

Basic tools that we use in our projects for validation and formatting of CPF, CNPJ and EMAIL.

HOW TO USE

Just npm install anywhere-tools or yarn add anywhere-tools and then you can import it in your project.

EXAMPLE

import {CPF} from 'anywhere-tools'

CPF.validate('561.559.244-30') //returns true because it's a valid CPF
CPF.format('56155924430') //returns the formatted CPF