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

9 lines
205 B
TypeScript
Raw Normal View History

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