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

20 lines
331 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
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
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
}