UNPKG
cepzim
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Search cep in Brasil
github.com/wesleyysilva/cepzim
wesleyysilva/cepzim
cepzim
/
lib
/
index.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
ViaCEP
}
from
"./services/ViaCEP"
;
import
{
CorreiosCEP
}
from
"./services/CorreiosCEP"
;
export
{
ViaCEP
,
CorreiosCEP
};