smartlog-destination-local/ts/index.ts

22 lines
368 B
TypeScript
Raw Normal View History

2018-03-01 00:06:12 +00:00
import 'typings-global';
import './beautylog.console';
2015-11-01 21:00:07 +00:00
2018-03-01 00:06:12 +00:00
import * as plugins from './beautylog.plugins';
2016-06-16 00:17:28 +00:00
// export classes
2018-03-01 00:06:12 +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
2018-03-01 00:06:12 +00:00
export {
dir,
error,
info,
log,
logReduced,
note,
ok,
success,
warn,
newLine
} from './beautylog.log';
export { figlet, figletSync } from './beautylog.figlet';