update dependencies to latest standards
This commit is contained in:
		
							
								
								
									
										16
									
								
								ts/index.ts
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								ts/index.ts
									
									
									
									
									
								
							@@ -1,8 +1,10 @@
 | 
			
		||||
import * as plugins from './smartenv.plugins'
 | 
			
		||||
import * as classes from './smartenv.classes'
 | 
			
		||||
import * as SmartenvEnvironment from './smartenv.environment'
 | 
			
		||||
import * as SmartenvObjectstorage from './smartenv.objectstorage'
 | 
			
		||||
 | 
			
		||||
export let getEnv = SmartenvEnvironment.getEnv
 | 
			
		||||
export let printEnv = SmartenvEnvironment.printEnv
 | 
			
		||||
export let obs = SmartenvObjectstorage.obs
 | 
			
		||||
import {getEnv, printEnv} from './smartenv.environment'
 | 
			
		||||
import { obs } from './smartenv.objectstorage'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export {
 | 
			
		||||
  getEnv,
 | 
			
		||||
  printEnv,
 | 
			
		||||
  obs
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user