1.1.0 • Published 1 year ago

br-validation v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Funções Úteis para formatação BRASILEIRA

Instalação

yarn add br-validation

ou

npm install br-validation

Modo de uso

import {
  cpfFormatter,
  cnpjFormatter,
  cepFormatter,
  documentFormatter,
  phoneFormatter,
  cpfValidator,
  cnpjValidator,
  isCpfOrCnpj
} from 'br-validation'

Descrição das funções

FunçãoParâmetrosRetorno
cpfFormattervalue: stringstring
cnpjFormattervalue: stringstring
cepFormattervalue: stringstring
documentFormattervalue: stringstring ou null
phoneFormattervalue: stringstring
cpfValidatorvalue: stringboolean
cnpjValidatorvalue: stringboolean
isCpfOrCnpjvalue: string'cpf' ou 'cnpj' ou null