2017-01-21 00:07:44 +00:00
|
|
|
import 'typings-global'
|
2016-02-23 13:34:40 +00:00
|
|
|
|
2017-01-21 17:40:40 +00:00
|
|
|
import * as beautycolor from 'beautycolor'
|
2016-10-16 00:26:43 +00:00
|
|
|
import * as lodash from 'lodash'
|
|
|
|
import * as smartenv from 'smartenv'
|
2017-01-21 00:05:28 +00:00
|
|
|
import * as q from 'smartq'
|
2016-10-16 00:26:43 +00:00
|
|
|
let figlet = require('figlet')
|
|
|
|
import * as loggly from 'loggly'
|
|
|
|
let ora = require('ora')
|
|
|
|
|
|
|
|
export {
|
2017-01-21 17:40:40 +00:00
|
|
|
beautycolor,
|
2016-10-16 00:26:43 +00:00
|
|
|
lodash,
|
|
|
|
smartenv,
|
|
|
|
q,
|
|
|
|
figlet,
|
|
|
|
loggly,
|
|
|
|
ora
|
|
|
|
}
|