Urara-Blog/node_modules/.pnpm-store/v3/files/4d/f032a1ec946e033bd1f5392458bc804430821821499e1935867e2cdd89dee51748789e81dd85d710a256763bdf81cbb7ad5976558374cdb3613202c2509fc6
2022-08-14 01:14:53 +08:00

11 lines
213 B
Text

const nodeFetch = require('../dist/index.cjs')
function fetch (input, options) {
return nodeFetch.fetch(input, options)
}
for (const key in nodeFetch) {
fetch[key] = nodeFetch[key]
}
module.exports = fetch