/opt/canhelp/node_modules/googleapis-common/build/src
NameSizeModeActions
api.d.ts17570644editdlrm
api.js6910644editdlrm
apiIndex.d.ts2120644editdlrm
apiIndex.js14010644editdlrm
apirequest.d.ts5120644editdlrm
apirequest.js144850644editdlrm
authplus.d.ts10400644editdlrm
authplus.js19730644editdlrm
discovery.d.ts12870644editdlrm
discovery.js53830644editdlrm
endpoint.d.ts17070644editdlrm
endpoint.js53560644editdlrm
http2.d.ts9330644editdlrm
http2.js90250644editdlrm
index.d.ts11100644editdlrm
index.js43290644editdlrm
isbrowser.d.ts460644editdlrm
isbrowser.js7950644editdlrm
schema.d.ts28650644editdlrm
schema.js7990644editdlrm
util.d.ts7970644editdlrm
util.js19440644editdlrm
Edit: /opt/canhelp/node_modules/googleapis-common/build/src/util.d.ts (797B)
import { GaxiosResponse } from 'gaxios'; import { GaxiosResponseWithHTTP2 } from './http2'; export type HeadersInit = ConstructorParameters[0]; /** * A utility for converting potential {@link Headers `Headers`} objects to plain headers objects. * * @param headers any compatible `HeadersInit` (`Headers`, (string, string)[], {}) * @returns the headers in `Record` form. */ export declare function headersToClassicHeaders>(headers: HeadersInit): T; /** * marshall a GaxiosResponse into a library-friendly type. * * @param res the Gaxios Response * @returns the GaxiosResponse with HTTP2-ready/compatible headers */ export declare function marshallGaxiosResponse(res?: T): GaxiosResponseWithHTTP2;