reverse to ES5
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@@ -3,10 +3,6 @@ import * as classes from './smartenv.classes'
|
||||
import * as SmartenvEnvironment from './smartenv.environment'
|
||||
import * as SmartenvObjectstorage from './smartenv.objectstorage'
|
||||
|
||||
let smartenv = {
|
||||
getEnv: SmartenvEnvironment.getEnv,
|
||||
printEnv: SmartenvEnvironment.printEnv,
|
||||
obs: SmartenvObjectstorage.obs
|
||||
} // create smartenv object
|
||||
|
||||
export = smartenv
|
||||
export let getEnv = SmartenvEnvironment.getEnv
|
||||
export let printEnv = SmartenvEnvironment.printEnv
|
||||
export let obs = SmartenvObjectstorage.obs
|
||||
|
Reference in New Issue
Block a user