Skip to content

Commit 65b9d46

Browse files
committed
refactor(index.d.ts): make configurations optional
1 parent 19e378b commit 65b9d46

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
@@ -20,7 +20,7 @@ declare module 'cep-promise' {
2020
timeout?: number
2121
}
2222

23-
export function cep(cep: string | number, configurations: Configurations): Promise<CEP>
23+
export function cep(cep: string | number, configurations?: Configurations): Promise<CEP>
2424

2525
export default cep
2626
}

0 commit comments

Comments
 (0)