smartlog-destination-local/ts/index.ts

12 lines
363 B
TypeScript
Raw Normal View History

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