2016-11-21 18:34:59 +00:00
|
|
|
import "typings-global"
|
|
|
|
export import path = require("path")
|
|
|
|
export import beautylog = require("beautylog")
|
|
|
|
export import Q = require("q")
|
|
|
|
export import shelljs = require("shelljs")
|
|
|
|
export import smartfile = require("smartfile")
|
|
|
|
export import smartpath = require("smartpath")
|
|
|
|
export import smartstring = require("smartstring")
|