7 lines
263 B
TypeScript
7 lines
263 B
TypeScript
import * as plugins from './smartlog.plugins';
|
|
import { ConsoleLog } from './smartlog.classes.consolelog';
|
|
import { LogGroup } from './smartlog.classes.loggroup';
|
|
import { Smartlog } from './smartlog.classes.smartlog';
|
|
|
|
export { ConsoleLog, LogGroup, Smartlog };
|