Explorar o código

inversify test

sanex3339 %!s(int64=8) %!d(string=hai) anos
pai
achega
d02d09be83
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  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>;
 }