This commit is contained in:
2016-11-22 00:07:36 +01:00
parent 93af3cd0e1
commit 6618463e0a
13 changed files with 104 additions and 126 deletions

View File

@ -1,8 +1,7 @@
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")
import 'typings-global'
export import path = require('path')
export import beautylog = require('beautylog')
export import shelljs = require('shelljs')
export import smartfile = require('smartfile')
export import smartpath = require('smartpath')
export import smartstring = require('smartstring')