UNPKG
@fminetto/cpfvalidation
Version:
latest (1.0.10)
1.0.10
Tax document validation
github.com/fminetto/CPF-Validation
@fminetto/cpfvalidation
/
dist
/
cpf.d.ts
7 lines
(6 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Check if brazilian personal tax document are valid. *
@param
input String that contains masked or not document value *
@returns
true if is valid */
export
default
function
isCPFValid
(
input:
string
):
boolean
;