smartlog/ts/index.ts

7 lines
263 B
TypeScript
Raw Normal View History

2018-06-05 18:48:14 +00:00
import * as plugins from './smartlog.plugins';
2020-06-08 18:51:11 +00:00
import { ConsoleLog } from './smartlog.classes.consolelog';
import { LogGroup } from './smartlog.classes.loggroup';
2018-06-05 18:48:14 +00:00
import { Smartlog } from './smartlog.classes.smartlog';
2016-10-15 17:00:52 +00:00
2020-06-08 18:51:11 +00:00
export { ConsoleLog, LogGroup, Smartlog };