smartlog-destination-local/ts/index.ts
Phil Kunz 2c8f5d2c49 cleanup (+1 squashed commit)
Squashed commits:
[192abb9] cleanup
2016-12-31 20:02:04 +01:00

12 lines
335 B
TypeScript

import 'typings-global'
import * as plugins from './beautylog.plugins'
// export classes
export {Ora} from './beautylog.classes.ora'
// 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'