2016-07-18 20:48:34 +02: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 19:21:06 +02:00
|
|
|
export import shelljs = require("shelljs");
|
|
|
|
export import smartfile = require("smartfile");
|
|
|
|
export import smartstring = require("smartstring");
|