Update node_modules

This commit is contained in:
crazy-max
2020-01-24 09:14:21 +00:00
parent 01f7c3ce16
commit a09bb75342
31 changed files with 1513 additions and 667 deletions

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;