We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd170ff commit 244502aCopy full SHA for 244502a
src/helpers/__snapshots__/utils.test.ts.snap
@@ -187,10 +187,11 @@ exports[`availableTargets > returns all available targets 1`] = `
187
"title": "Axios",
188
},
189
{
190
- "description": "Perform asynchronous HTTP requests with the Fetch API",
+ "description": "Simplified HTTP node-fetch client",
191
"extname": ".cjs",
192
+ "installation": "npm install node-fetch@2 --save",
193
"key": "fetch",
- "link": "https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch",
194
+ "link": "https://github.com/bitinn/node-fetch",
195
"title": "Fetch",
196
197
],
0 commit comments