UNPKG
swr-devtools
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
A React component for SWR DevTools
github.com/koba04/swr-devtools
koba04/swr-devtools
swr-devtools
/
lib
/
index.js
4 lines
•
205 B
JavaScript
View Raw
1
2
3
4
export
{
SWRDevTools
,
SWRDevToolsContext
}
from
"./SWRDevTools"
;
export
{ createSWRDevtools }
from
"./createSWRDevTools"
;
export
{ deserializePayload }
from
"./swr-cache"
;
//# sourceMappingURL=index.js.map