UNPKG

@flagship.io/js-sdk

Version:
7 lines (6 loc) 247 B
export declare const myFetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>; export { EventEmitter } from 'events'; export declare const LocalAbortController: { new (): AbortController; prototype: AbortController; };