We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9cf8e commit 575c66aCopy full SHA for 575c66a
index.js
@@ -5,5 +5,6 @@
5
const fetch = require('./fetch')
6
const WebSocket = require('./websocket')
7
const fetchival = require('./fetchival')
8
+const wretch = require('./wretch')
9
-module.exports = { fetch, WebSocket, fetchival }
10
+module.exports = { fetch, WebSocket, fetchival, wretch }
0 commit comments