smartenv/ts/smartenv.plugins.ts
2016-02-18 13:16:12 +01:00

7 lines
142 B
TypeScript

/// <reference path="typings/main.d.ts" />
var plugins = {
beautylog: require("beautylog"),
_: require("lodash")
};
export = plugins;