3.2.0 • Published 4 years ago

anywhere-tools v3.2.0

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years ago

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
3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago