smartlog-destination-local/ts/beautylog.plugins.ts
2015-12-26 01:51:04 +01:00

9 lines
205 B
TypeScript

/// <reference path="./index.ts" />
module BeautylogPlugins {
export var init = function(){
var plugins = {
smartenv: require("smartenv")
};
return plugins;
};
}