2016-07-18 18:48:34 +00:00
|
|
|
import "typings-global";
|
|
|
|
export import beautylog = require("beautylog");
|
|
|
|
export import npmextra = require("npmextra");
|
|
|
|
export import path = require("path");
|
|
|
|
export import q = require("q");
|
2016-07-19 17:21:06 +00:00
|
|
|
export import shelljs = require("shelljs");
|
|
|
|
export import smartfile = require("smartfile");
|
|
|
|
export import smartstring = require("smartstring");
|