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