UNPKG

@platform/http

Version:
11 lines (10 loc) 259 B
import { t } from '../common'; export declare const fetcher: (args: { url: string; method: t.HttpMethod; fire: t.FireEvent; mode: t.HttpCors; headers: t.IHttpHeaders; fetch: t.HttpFetch; data?: any; }) => Promise<t.IHttpResponse>;