beautylog
Version:
beautiful logging, TypeScript ready
7 lines (6 loc) • 317 B
TypeScript
import 'typings-global';
import './beautylog.console';
export { ora } from './beautylog.classes.ora';
export { dir, error, info, log, logReduced, note, ok, success, warn, newLine } from './beautylog.log';
export { figlet, figletSync } from './beautylog.figlet';
export { registerRemote } from './beautylog.register';