BrasilAPI / BrasilAPI/cep-promise
[Typescript] Cannot use namespace 'cep' as a value.ts
Open
- Dominant language
- JavaScript
- Stars
- 3k
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
Someone else has the same problem when using with Typescript?
Steps to reproduce:
```import cep, { CEP } from 'cep-promise';```
....
```const data = await cep(str, {});```
Version: 4.1.2
I think that is a conflict definition for library.
Contributor guide
Assessment
This issue has not been assessed yet.