smartenv/ts/index.ts

13 lines
404 B
TypeScript
Raw Permalink Normal View History

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'
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
2016-11-21 10:58:37 +00:00
export = smartenv