smartenv/ts/smartenv.plugins.ts

8 lines
163 B
TypeScript
Raw Permalink Normal View History

2016-02-17 20:44:40 +00:00
/// <reference path="typings/main.d.ts" />
2016-02-18 12:16:12 +00:00
var plugins = {
beautylog: require("beautylog"),
2016-02-20 09:11:25 +00:00
Q: require("q"),
2016-02-18 12:16:12 +00:00
_: require("lodash")
};
export = plugins;