UNPKG

@metaplex-foundation/umi-http-fetch

Version:

An HTTP implementation relying on the fetch API

11 lines (8 loc) 203 B
import { createFetchHttp } from './createFetchHttp.mjs'; const fetchHttp = () => ({ install(umi) { umi.http = createFetchHttp(); } }); export { fetchHttp }; //# sourceMappingURL=plugin.mjs.map