Files
meteor/packages/fetch/fetch.d.ts
2022-09-09 14:04:11 +02:00

5 lines
225 B
TypeScript

export declare function fetch(): typeof globalThis.fetch;
export declare var Headers: typeof globalThis.Headers;
export declare var Request: typeof globalThis.Request;
export declare var Response: typeof globalThis.Response;