Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:53:57 +00:00
parent 4867598089
commit 80916e968c
33 changed files with 43 additions and 2418 deletions

View file

@ -1,4 +1,2 @@
/// <reference types="node" />
import * as url from 'url';
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
export declare function checkBypass(reqUrl: url.Url): boolean;
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;