All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.cross-fetch.index.d.ts Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
declare const fet: typeof fetch;
declare const req: typeof Request;
declare const res: typeof Response;
declare const headers: typeof Headers;

declare module "cross-fetch" {
  export const fetch: typeof fet;
  export const Request: typeof req;
  export const Response: typeof res;
  export const Headers: typeof headers;
  export default fetch;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy