smartlog-destination-local/dist/index.d.ts

6 lines
262 B
TypeScript
Raw Normal View History

2017-01-21 00:05:28 +00:00
import 'typings-global';
2017-01-21 18:29:20 +00:00
import './beautylog.console';
2017-01-21 22:12:39 +00:00
export { ora } from './beautylog.classes.ora';
export { dir, error, info, log, logReduced, note, ok, success, warn, newLine } from './beautylog.log';
2017-01-21 00:05:28 +00:00
export { figlet, figletSync } from './beautylog.figlet';