/opt/canhelp/node_modules/agent-base/dist
NameSizeModeActions
helpers.d.ts6240644editdlrm
helpers.d.ts.map5850644editdlrm
helpers.js23140644editdlrm
helpers.js.map14010644editdlrm
index.d.ts15190644editdlrm
index.d.ts.map14300644editdlrm
index.js73240644editdlrm
index.js.map41460644editdlrm
Edit: /opt/canhelp/node_modules/agent-base/dist/helpers.d.ts (624B)
/// /// /// /// /// import * as http from 'http'; import * as https from 'https'; import type { Readable } from 'stream'; export type ThenableRequest = http.ClientRequest & { then: Promise['then']; }; export declare function toBuffer(stream: Readable): Promise; export declare function json(stream: Readable): Promise; export declare function req(url: string | URL, opts?: https.RequestOptions): ThenableRequest; //# sourceMappingURL=helpers.d.ts.map