芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.config/yarn/global/node_modules/agent-base/dist/src/promisify.d.ts
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 {};