projectinfo/ts/projectinfo.plugins.ts

9 lines
186 B
TypeScript
Raw Normal View History

2016-06-08 23:56:05 +00:00
import "typings-global"
2016-02-20 04:05:07 +00:00
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;