smartlog-destination-local/ts/beautylog.plugins.ts
2017-01-21 23:15:34 +01:00

18 lines
304 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')
let ora = require('ora')
export {
beautycolor,
lodash,
smartenv,
q,
figlet,
ora
}