We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e378b commit 65b9d46Copy full SHA for 65b9d46
index.d.ts
@@ -20,7 +20,7 @@ declare module 'cep-promise' {
20
timeout?: number
21
}
22
23
- export function cep(cep: string | number, configurations: Configurations): Promise<CEP>
+ export function cep(cep: string | number, configurations?: Configurations): Promise<CEP>
24
25
export default cep
26
0 commit comments