smartlog-destination-local/ts/index.ts

12 lines
403 B
TypeScript
Raw Normal View History

2016-05-23 07:10:30 +00:00
import "typings-global";
2015-11-01 21:00:07 +00:00
2016-05-01 23:41:21 +00:00
import * as plugins from "./beautylog.plugins";
2016-05-19 17:27:09 +00:00
import * as BeautylogConsole from "./beautylog.console";
2016-05-01 23:41:21 +00:00
2016-06-16 00:17:28 +00:00
// export classes
2016-05-14 21:58:40 +00:00
export {Table} from "./beautylog.classes.table";
export {Ora} from "./beautylog.classes.ora";
2016-05-13 23:18:44 +00:00
2016-06-16 00:17:28 +00:00
// export methods
2016-06-16 21:57:49 +00:00
export {dir,error,info,log,logReduced,ok,success,warn,newLine} from "./beautylog.log";
2016-07-01 04:17:12 +00:00
export {figlet,figletSync} from "./beautylog.figlet";