projectinfo/ts/projectinfo.plugins.ts

8 lines
166 B
TypeScript
Raw Normal View History

2016-02-20 04:05:07 +00:00
/// <reference path="./typings/main.d.ts" />
var plugins = {
path: require("path"),
Q: require("q"),
smartfile: require("smartfile")
};
export = plugins;