2016-05-29 20:54:59 +00:00
|
|
|
import "typings-global";
|
|
|
|
export import beautylog = require("beautylog");
|
|
|
|
export let commander = require("commander");
|
2016-05-30 00:28:47 +00:00
|
|
|
export let q = require("q");
|
|
|
|
export let shelljs = require("shelljs");
|
2016-06-01 03:42:37 +00:00
|
|
|
export let smartssh = require("smartssh");
|
2016-05-30 00:28:47 +00:00
|
|
|
export import smartfile = require("smartfile");
|