projectinfo/ts/projectinfo.plugins.ts

5 lines
188 B
TypeScript
Raw Normal View History

2016-06-08 23:56:05 +00:00
import "typings-global"
2016-06-09 01:13:40 +00:00
export let path = require("path");
export let Q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");