Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
at v0.2.1 77 B view raw
1export { fetch, fetch as default } from './fetch'; 2export * from './webstd';