This commit is contained in:
2016-02-23 07:06:54 +01:00
parent 6e684894d1
commit 49bf29e875
13 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/// <reference path="./typings/main.d.ts" />
let plugins = {
beautylog: require("beautylog")
};
export = plugins;