Skip to content

Commit 6a1afa0

Browse files
authored
Merge pull request #208 from marcusmaialima/hotfix/export-class
[TS] Altera declaração de exportação para melhorar utilização pela compilação em typescript
2 parents d2807e5 + 91db9b7 commit 6a1afa0

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
@@ -13,5 +13,5 @@ declare module 'cep-promise' {
1313

1414
function cep( cep: string | number ): Promise<CEP>
1515

16-
export = cep
16+
export default cep
1717
}

0 commit comments

Comments
 (0)