소스 검색

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>;
 }