Skip to content

Commit

Permalink
changing import file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichael committed Dec 15, 2020
1 parent ff495a1 commit d910f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from './isValidCnpj';
export * from './isValidCep';
export * from './isValidCpf';
export * from './isValidCurrency';
export * from './isValidDDD';
export * from './isValidPhone';
export * from './isValidDocument';
export * from './isValidEmail';
export * from './isValidFullName';
Expand Down

0 comments on commit d910f0d

Please sign in to comment.