smartenv/ts/smartenv.plugins.ts

7 lines
126 B
TypeScript
Raw 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 = {
2016-02-20 09:11:25 +00:00
Q: require("q"),
2016-02-18 12:16:12 +00:00
_: require("lodash")
};
export = plugins;