Skip to content

Commit 8c2bed3

Browse files
mateusosmarinlucianopf
authored andcommitted
fix(index.d.ts): make configurations optional
1 parent 8b47a2f commit 8c2bed3

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-
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)