/var/www/qr4y.com/server/delivery/node_modules/agent-base/dist/src
NameSizeModeActions
index.d.ts31970644editdlrm
index.js79100644editdlrm
index.js.map58240644editdlrm
promisify.d.ts2990644editdlrm
promisify.js4950644editdlrm
promisify.js.map4990644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/agent-base/dist/src/promisify.d.ts (299B)
import { ClientRequest, RequestOptions, AgentCallbackCallback, AgentCallbackPromise } from './index'; declare type LegacyCallback = (req: ClientRequest, opts: RequestOptions, fn: AgentCallbackCallback) => void; export default function promisify(fn: LegacyCallback): AgentCallbackPromise; export {};