UNPKG
validations-br
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A validator to BR informations
github.com/reactivando/validations-br
reactivando/validations-br
validations-br
/
lib
/
validations
/
usevalidationsbr.d.ts
4 lines
•
222 B
TypeScript
View Raw
1
2
3
4
//#region src/validations/usevalidationsbr.d.ts
declare
const
useValidationsBR
:
(
type
:
"cnpj"
|
"cpf"
|
"cep"
|
"email"
|
"pis"
|
"phone"
|
"uf"
|
"cnh"
,
value
:
string
) =>
boolean
;
//#endregion
export
{ useValidationsBR };