UNPKG

@metaplex-foundation/umi-http-fetch

Version:

An HTTP implementation relying on the fetch API

15 lines (10 loc) 306 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var createFetchHttp = require('./createFetchHttp.cjs'); const fetchHttp = () => ({ install(umi) { umi.http = createFetchHttp.createFetchHttp(); } }); exports.fetchHttp = fetchHttp; //# sourceMappingURL=plugin.cjs.map