projectinfo/ts/projectinfo.plugins.ts

9 lines
207 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"),
2016-02-23 07:48:41 +00:00
smartfile: require("smartfile"),
smartstring: require("smartstring")
2016-02-20 04:05:07 +00:00
};
export = plugins;