temp-commit for typescript, move the requestHandler to a seprate folder

This commit is contained in:
砚然
2018-07-29 22:34:55 +08:00
parent 68c0d17a33
commit fafddbbf2a
19 changed files with 965 additions and 24 deletions

3
types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export interface AnyProxyConfig {
port: number
}