add some more functionality

This commit is contained in:
2016-06-03 01:58:37 +02:00
parent 057e425824
commit fa7f576ae5
10 changed files with 76 additions and 35 deletions

View File

@@ -5,4 +5,5 @@ export let q = require("q");
export let request = require("request");
export let shelljs = require("shelljs");
export let smartssh = require("smartssh");
export import smartstring = require("smartstring");
export import smartfile = require("smartfile");