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 10:58:37 +00:00
|
|
|
let smartenv = {
|
2016-05-01 23:29:42 +00:00
|
|
|
getEnv: SmartenvEnvironment.getEnv,
|
|
|
|
printEnv: SmartenvEnvironment.printEnv,
|
|
|
|
obs: SmartenvObjectstorage.obs
|
2016-11-21 10:58:37 +00:00
|
|
|
} // create smartenv object
|
2015-11-28 13:49:44 +00:00
|
|
|
|
2016-11-21 10:58:37 +00:00
|
|
|
export = smartenv
|