UNPKG
@illusionalsagacity/rescript-msw
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
ReScript bindings for MSW
github.com/illusionalsagacity/rescript-msw
illusionalsagacity/rescript-msw
@illusionalsagacity/rescript-msw
/
src
/
MSW__ServiceWorker.res.js
13 lines
(9 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generated by ReScript, PLEASE EDIT WITH CARE
function
useChain
(
t, requestHandler
) { t.
use
(requestHandler);
return
t; }
export
{ useChain , }
/* No side effect */