smartlog/ts/index.ts
2020-06-08 18:51:11 +00:00

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 };