2016-12-31 18:54:32 +00:00
|
|
|
import 'typings-global'
|
2015-11-01 21:00:07 +00:00
|
|
|
|
2016-12-31 18:54:32 +00:00
|
|
|
import * as plugins from './beautylog.plugins'
|
2016-05-01 23:41:21 +00:00
|
|
|
|
2016-06-16 00:17:28 +00:00
|
|
|
// export classes
|
2016-12-31 18:54:32 +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
|
2016-12-31 18:54:32 +00:00
|
|
|
export {dir,error,info,log,logReduced,ok,success,warn,newLine} from './beautylog.log'
|
|
|
|
export {figlet,figletSync} from './beautylog.figlet'
|
|
|
|
export {remote} from './beautylog.remote'
|