UNPKG
@magic_npm/simple-tools
Version:
latest (0.6.2)
0.6.2
0.6.0
0.5.0
0.4.4
0.4.0
0.3.3
0.3.2
0.3.1
0.2.0
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
`simple-tools` is a simple set of tools
@magic_npm/simple-tools
/
utils
/
index.ts
7 lines
(6 loc)
•
95 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
useApi
from
"./useApi"
;
import
useData
from
"./useData"
;
export
{ useApi, useData }