7 lines
301 B
TypeScript
7 lines
301 B
TypeScript
import 'typings-global';
|
|
import './beautylog.console';
|
|
export { Ora } from './beautylog.classes.ora';
|
|
export { dir, error, info, log, logReduced, ok, success, warn, newLine } from './beautylog.log';
|
|
export { figlet, figletSync } from './beautylog.figlet';
|
|
export { remote } from './beautylog.remote';
|