improve typings and tests

This commit is contained in:
2016-07-05 03:47:38 +02:00
parent c7f87eebae
commit ae5b6b5afd
27 changed files with 125 additions and 67 deletions

View File

@ -1,8 +1,7 @@
import "typings-global";
export import path = require("path");
export import beautylog = require("beautylog");
export let Q = require("q");
export import Q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");