Update node_modules

This commit is contained in:
CrazyMax
2020-01-24 12:01:57 +01:00
parent f08e4c40fe
commit 4af72604b8
31 changed files with 1561 additions and 111 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
/// <reference types="node" />
import * as url from 'url';
export declare function getProxyUrl(reqUrl: url.Url): url.Url;
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
export declare function checkBypass(reqUrl: url.Url): boolean;