20 lines
349 B
TypeScript
20 lines
349 B
TypeScript
import 'typings-global'
|
|
|
|
import * as beautycolor from 'beautycolor'
|
|
import * as lodash from 'lodash'
|
|
import * as smartenv from 'smartenv'
|
|
import * as q from 'smartq'
|
|
let figlet = require('figlet')
|
|
import * as loggly from 'loggly'
|
|
let ora = require('ora')
|
|
|
|
export {
|
|
beautycolor,
|
|
lodash,
|
|
smartenv,
|
|
q,
|
|
figlet,
|
|
loggly,
|
|
ora
|
|
}
|