UNPKG

@metaplex-foundation/umi-http-fetch

Version:

An HTTP implementation relying on the fetch API

3 lines (2 loc) 116 B
import { HttpInterface } from '@metaplex-foundation/umi'; export declare function createFetchHttp(): HttpInterface;