smartlog-destination-local/ts/beautylog.plugins.ts

9 lines
209 B
TypeScript
Raw Normal View History

2015-12-26 00:51:04 +00:00
/// <reference path="./index.ts" />
module BeautylogPlugins {
export var init = function(){
2016-01-30 05:19:44 +00:00
var plugins:any = {
2015-12-26 00:51:04 +00:00
smartenv: require("smartenv")
};
return plugins;
};
}