UNPKG
node-wretch
Version:
latest (0.1.1)
0.1.1
0.1.0
wretch polyfills for node.js
github.com/wmzy/node-wretch
wmzy/node-wretch
node-wretch
/
index.js
5 lines
•
194 B
JavaScript
View Raw
1
2
3
4
5
module
.exports =
require
(
'wretch'
)().polyfills({
fetch:
require
(
"node-fetch"
),
FormData
:
require
(
"form-data"
),
URLSearchParams
:
require
(
"url"
).
URLSearchParams
}).constructor.factory;