summaryrefslogtreecommitdiff
path: root/school/node_modules/agent-base/dist/src/promisify.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/agent-base/dist/src/promisify.d.ts')
-rw-r--r--school/node_modules/agent-base/dist/src/promisify.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/school/node_modules/agent-base/dist/src/promisify.d.ts b/school/node_modules/agent-base/dist/src/promisify.d.ts
deleted file mode 100644
index 0268869..0000000
--- a/school/node_modules/agent-base/dist/src/promisify.d.ts
+++ /dev/null
@@ -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 {};