feat: refact wsServer, wsServerMgr, ruleLoader, systemProxyMgr into TS

This commit is contained in:
砚然
2018-08-29 14:51:36 +08:00
parent 4497160284
commit bcb7451579
13 changed files with 199 additions and 155 deletions

1
typings/index.d.ts vendored
View File

@@ -85,4 +85,5 @@ declare interface OneLevelObjectType {
declare interface IExecScriptResult {
status: number;
stdout?: string;
}