Selaa lähdekoodia

inversify test

sanex3339 8 vuotta sitten
vanhempi
commit
d02d09be83
1 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  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>;
 }