UNPKG

@achingbrain/nat-port-mapper

Version:
8 lines 287 B
export interface RequestInit { method?: 'POST' | 'GET'; headers?: Record<string, string>; body?: Buffer | string; signal?: AbortSignal; } export declare function fetchXML<Response = any>(url: URL, init: RequestInit): Promise<Response>; //# sourceMappingURL=fetch.d.ts.map