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

6 lines
262 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';