astro-ghostcms/.pnpm-store/v3/files/6d/043c0596ae81742a42c0c1c2734...

12 lines
217 B
Plaintext

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