2016-11-23 11:38:38 +00:00
|
|
|
import 'typings-global'
|
|
|
|
import * as beautylog from 'beautylog'
|
|
|
|
import * as fs from 'fs-extra'
|
|
|
|
import * as minimatch from 'minimatch'
|
|
|
|
import * as path from 'path'
|
|
|
|
import * as q from 'q'
|
|
|
|
import * as shelljs from 'shelljs'
|
|
|
|
import * as smartfile from 'smartfile'
|
|
|
|
import * as smartpath from 'smartpath'
|
|
|
|
import * as smartstring from 'smartstring'
|
|
|
|
|
|
|
|
export {
|
|
|
|
beautylog,
|
|
|
|
fs,
|
|
|
|
minimatch,
|
|
|
|
path,
|
|
|
|
q,
|
|
|
|
shelljs,
|
|
|
|
smartfile,
|
|
|
|
smartpath,
|
|
|
|
smartstring
|
|
|
|
}
|