2016-12-31 18:54:32 +00:00
|
|
|
import 'typings-global'
|
2017-01-21 18:29:20 +00:00
|
|
|
import './beautylog.console'
|
2015-11-01 21:00:07 +00:00
|
|
|
|
2016-12-31 18:54:32 +00:00
|
|
|
import * as plugins from './beautylog.plugins'
|
2016-06-16 00:17:28 +00:00
|
|
|
// export classes
|
2017-01-21 22:12:39 +00:00
|
|
|
export { ora } from './beautylog.classes.ora'
|
2016-05-13 23:18:44 +00:00
|
|
|
|
2016-06-16 00:17:28 +00:00
|
|
|
// export methods
|
2017-01-21 22:12:39 +00:00
|
|
|
export { dir, error, info, log, logReduced, note, ok, success, warn, newLine } from './beautylog.log'
|
|
|
|
export { figlet, figletSync } from './beautylog.figlet'
|
|
|
|
export { registerRemote } from './beautylog.register'
|