smartuniverse/ts/smartuniverse.logging.ts
2023-07-25 11:33:13 +02:00

3 lines
112 B
TypeScript

import * as plugins from './smartuniverse.plugins.js';
export const logger = new plugins.smartlog.ConsoleLog();