UNPKG

@flagship.io/js-sdk

Version:
4 lines (3 loc) 206 B
export declare const myFetch: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>; export { EventEmitter } from 'events'; export { LocalAbortController } from './LocalAbortController.node';