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 2df7498 commit 5123434Copy full SHA for 5123434
lib/request.js
@@ -1,6 +1,6 @@
1
module.exports = request
2
3
-const isPlainObject = require('is-plain-object')
+const isPlainObject = require('is-plain-object/index.cjs.js')
4
const nodeFetch = require('node-fetch').default
5
6
const getBuffer = require('./get-buffer-response')
0 commit comments