update to latest standards
This commit is contained in:
		
							
								
								
									
										16
									
								
								ts/index.ts
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								ts/index.ts
									
									
									
									
									
								
							@@ -1,14 +1,12 @@
 | 
			
		||||
/// <reference path="typings/main.d.ts" />
 | 
			
		||||
import * as plugins from './smartenv.plugins'
 | 
			
		||||
import * as classes from './smartenv.classes'
 | 
			
		||||
import * as SmartenvEnvironment from './smartenv.environment'
 | 
			
		||||
import * as SmartenvObjectstorage from './smartenv.objectstorage'
 | 
			
		||||
 | 
			
		||||
import * as plugins from "./smartenv.plugins";
 | 
			
		||||
import * as classes from "./smartenv.classes";
 | 
			
		||||
import * as SmartenvEnvironment from "./smartenv.environment";
 | 
			
		||||
import * as SmartenvObjectstorage from "./smartenv.objectstorage";
 | 
			
		||||
 | 
			
		||||
var smartenv = {
 | 
			
		||||
let smartenv = {
 | 
			
		||||
    getEnv: SmartenvEnvironment.getEnv,
 | 
			
		||||
    printEnv: SmartenvEnvironment.printEnv,
 | 
			
		||||
    obs: SmartenvObjectstorage.obs
 | 
			
		||||
}; //create smartenv object
 | 
			
		||||
} // create smartenv object
 | 
			
		||||
 | 
			
		||||
export = smartenv;
 | 
			
		||||
export = smartenv
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user