aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/agent-base/dist/src/promisify.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/agent-base/dist/src/promisify.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/agent-base/dist/src/promisify.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/agent-base/dist/src/promisify.d.ts b/sandbox/testAppNevena/Front/node_modules/agent-base/dist/src/promisify.d.ts
deleted file mode 100644
index 02688696..00000000
--- a/sandbox/testAppNevena/Front/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 {};