add modules

This commit is contained in:
OpportunityLiu
2020-03-20 20:40:54 +08:00
Unverified
parent 81726402f6
commit 755d0b485b
79 changed files with 6101 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
/// <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;