浏览代码

inversify test

sanex3339 8 年之前
父节点
当前提交
d02d09be83
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/interfaces/IContainerServiceIdentifiers.d.ts

+ 6 - 6
src/interfaces/IContainerServiceIdentifiers.d.ts

@@ -1,10 +1,10 @@
 import { interfaces } from 'inversify';
 
 export interface IContainerServiceIdentifiers {
-    IObfuscationEventEmitter: interfaces.ServiceIdentifier<any>,
-    IObfuscator: interfaces.ServiceIdentifier<any>,
-    IOptions: interfaces.ServiceIdentifier<any>,
-    IStackTraceAnalyzer: interfaces.ServiceIdentifier<any>,
-    IStorage: interfaces.ServiceIdentifier<any>,
-    [key: string]: interfaces.ServiceIdentifier<any>
+    IObfuscationEventEmitter: interfaces.ServiceIdentifier<any>;
+    IObfuscator: interfaces.ServiceIdentifier<any>;
+    IOptions: interfaces.ServiceIdentifier<any>;
+    IStackTraceAnalyzer: interfaces.ServiceIdentifier<any>;
+    IStorage: interfaces.ServiceIdentifier<any>;
+    [key: string]: interfaces.ServiceIdentifier<any>;
 }