Skip to content

Commit 8b47a2f

Browse files
mateusosmarinlucianopf
authored andcommitted
fix(index.d.ts): remove named export
1 parent 00ccdc9 commit 8b47a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare module 'cep-promise' {
1919
timeout?: number
2020
}
2121

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

2424
export default cep
2525
}

0 commit comments

Comments
 (0)