Skip to content

Commit 14d186e

Browse files
chore: rebase and resolve conflicts with main
1 parent 86e37cf commit 14d186e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export { parseCep } from "./parse-cep/parse-cep";
5353
export { parseCnpj } from "./parse-cnpj/parse-cnpj";
5454
export { parseCpf } from "./parse-cpf/parse-cpf";
5555
export { parseCurrency } from "./parse-currency/parse-currency";
56+
export { parsePassport } from "./parse-passport/parse-passport";
5657
export { parsePhone } from "./parse-phone/parse-phone";
5758
export { parsePis } from "./parse-pis/parse-pis";
5859
export { parseProcessoJuridico } from "./parse-processo-juridico/parse-processo-juridico";
59-
export { parsePassport } from "./parse-passport/parse-passport";
6060

6161
// ============================================================================
6262
// DEPRECATED EXPORTS - Will be removed in v3.0.0

0 commit comments

Comments
 (0)