node_modules.cross-fetch.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
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