Skip to content

Commit

Permalink
fix(index.d.ts): remove named export
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusosmarin authored and lucianopf committed Mar 16, 2022
1 parent 00ccdc9 commit 8b47a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare module 'cep-promise' {
timeout?: number
}

export function cep(cep: string | number, configurations: Configurations): Promise<CEP>
function cep(cep: string | number, configurations: Configurations): Promise<CEP>

export default cep
}

0 comments on commit 8b47a2f

Please sign in to comment.