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

6 lines
271 B
TypeScript
Raw Permalink Normal View History

2017-01-21 00:05:28 +00:00
import 'typings-global';
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';