UNPKG

file-fetch

Version:

fetch for read and write access to the local file system

11 lines (8 loc) 155 B
import factory from './factory.js' import fetch from './fetch.js' const Headers = globalThis.Headers export { fetch as default, factory, Headers }