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