2016-11-21 10:58:37 +00:00
|
|
|
import * as plugins from './smartenv.plugins'
|
|
|
|
import * as classes from './smartenv.classes'
|
|
|
|
import * as SmartenvEnvironment from './smartenv.environment'
|
|
|
|
import * as SmartenvObjectstorage from './smartenv.objectstorage'
|
2015-11-30 14:04:04 +00:00
|
|
|
|
2016-11-21 17:28:06 +00:00
|
|
|
export let getEnv = SmartenvEnvironment.getEnv
|
|
|
|
export let printEnv = SmartenvEnvironment.printEnv
|
|
|
|
export let obs = SmartenvObjectstorage.obs
|