UNPKG

@metaplex-foundation/umi-http-fetch

Version:

An HTTP implementation relying on the fetch API

13 lines (7 loc) 308 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var createFetchHttp = require('./createFetchHttp.cjs'); var plugin = require('./plugin.cjs'); exports.createFetchHttp = createFetchHttp.createFetchHttp; exports.fetchHttp = plugin.fetchHttp; //# sourceMappingURL=index.cjs.map