2016-02-17 20:44:40 +00:00
|
|
|
/// <reference path="typings/main.d.ts" />
|
2015-11-30 14:04:04 +00:00
|
|
|
|
2016-02-17 20:44:40 +00:00
|
|
|
import SmartenvEnvironment = require("./smartenv.environment");
|
|
|
|
import SmartenvObjectStorage = require("./smartenv.objectstorage");
|
2015-11-30 14:04:04 +00:00
|
|
|
|
2016-02-17 20:44:40 +00:00
|
|
|
var smartenv:any = {}; //create smartenv object
|
|
|
|
SmartenvEnvironment.init(smartenv);
|
|
|
|
smartenv.obs = SmartenvObjectStorage.obs;
|
2015-11-28 13:49:44 +00:00
|
|
|
|
2016-02-17 20:44:40 +00:00
|
|
|
export = smartenv;
|