UNPKG
@ifoxxie_dev/brdoc-validator
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A TypeScript validator for brdoc documents, ensuring compliance with the brdoc schema.
@ifoxxie_dev/brdoc-validator
/
lib
/
isCpf
/
index.d.ts
2 lines
(1 loc)
•
54 B
TypeScript
View Raw
1
2
export
declare
function
isCpf
(
cpf
?:
string
):
boolean
;