astro-ghostcms/.pnpm-store/v3/files/b2/e203c8929b858673c64eee702f0...

12 lines
216 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;