We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e37cf commit 14d186eCopy full SHA for 14d186e
1 file changed
src/index.ts
@@ -53,10 +53,10 @@ export { parseCep } from "./parse-cep/parse-cep";
53
export { parseCnpj } from "./parse-cnpj/parse-cnpj";
54
export { parseCpf } from "./parse-cpf/parse-cpf";
55
export { parseCurrency } from "./parse-currency/parse-currency";
56
+export { parsePassport } from "./parse-passport/parse-passport";
57
export { parsePhone } from "./parse-phone/parse-phone";
58
export { parsePis } from "./parse-pis/parse-pis";
59
export { parseProcessoJuridico } from "./parse-processo-juridico/parse-processo-juridico";
-export { parsePassport } from "./parse-passport/parse-passport";
60
61
// ============================================================================
62
// DEPRECATED EXPORTS - Will be removed in v3.0.0
0 commit comments