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
/
isCnpj
/
index.d.ts
2 lines
(1 loc)
•
56 B
TypeScript
View Raw
1
2
export
declare
function
isCnpj
(
cnpj
?:
string
):
boolean
;