projectinfo/ts/projectinfo.plugins.ts

5 lines
188 B
TypeScript

import "typings-global"
export let path = require("path");
export let Q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");