projectinfo/ts/projectinfo.plugins.ts
2016-02-23 08:48:41 +01:00

9 lines
207 B
TypeScript

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