smartlog-destination-local/dist/index.d.ts
2017-01-21 19:29:20 +01:00

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';