smartlog-destination-local/ts/beautylog.plugins.ts

18 lines
304 B
TypeScript
Raw Normal View History

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')
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,
ora
}