projectinfo/ts/projectinfo.plugins.ts
2016-02-20 05:05:07 +01:00

8 lines
166 B
TypeScript

/// <reference path="./typings/main.d.ts" />
var plugins = {
path: require("path"),
Q: require("q"),
smartfile: require("smartfile")
};
export = plugins;