6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import * as plugins from './smartlog.plugins';
|
|
import { Smartlog } from './smartlog.classes.smartlog';
|
|
const defaultLogger: Smartlog = new Smartlog();
|
|
|
|
export { Smartlog, defaultLogger };
|