forked from lucaspatenaude/ScoreSpot
Updated readMe to have all GitHubs
This commit is contained in:
4
ProjectSourceCode/node_modules/agent-base/dist/src/promisify.d.ts
generated
vendored
4
ProjectSourceCode/node_modules/agent-base/dist/src/promisify.d.ts
generated
vendored
@@ -1,4 +0,0 @@
|
||||
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 {};
|
||||
Reference in New Issue
Block a user