2016-07-02 00:36:33 +00:00
|
|
|
import "typings-global";
|
2016-03-30 23:59:45 +00:00
|
|
|
|
2016-06-27 23:21:40 +00:00
|
|
|
export import path = require("path");
|
|
|
|
export import beautylog = require("beautylog");
|
2016-03-30 23:59:45 +00:00
|
|
|
export let Q = require("q");
|
2016-07-02 00:22:03 +00:00
|
|
|
export let shelljs = require("shelljs");
|
2016-06-27 23:21:40 +00:00
|
|
|
export import smartfile = require("smartfile");
|
2016-06-28 00:45:37 +00:00
|
|
|
export import smartpath = require("smartpath");
|
2016-06-27 23:21:40 +00:00
|
|
|
export import smartstring = require("smartstring");
|