UNPKG
@woogie0303/easyfetch
Version:
latest (0.1.4)
1.0.2
0.1.4
0.1.3
0.1.2
#### [한국어 버전](./README_KO.md)
github.com/woogie0303/easyFetch
woogie0303/easyFetch
@woogie0303/easyfetch
/
src
/
index.ts
6 lines
(4 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ easyFetch }
from
'./createInstance'
;
import
{
EasyFetchResponse
}
from
'./types/easyFetch.type'
;
export
{ easyFetch };
export
type
{
EasyFetchResponse
};