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

6 lines
265 B
TypeScript
Raw Normal View History

2016-05-23 07:10:30 +00:00
import "typings-global";
2016-05-14 21:58:40 +00:00
export { Table } from "./beautylog.classes.table";
export { Ora } from "./beautylog.classes.ora";
2016-06-16 00:17:28 +00:00
export { dir, error, info, log, ok, success, warn, newLine } from "./beautylog.log";
export { figlet, figletSync } from "./beautylog.figlet";