UNPKG

entangle.ts

Version:

A declarative, event-driven framework for orchestrating business logic in TypeScript & Node.js applications.

6 lines (5 loc) 179 B
import { ILogger, ILog } from '../shared/types/Logging.types'; export declare class ConsoleLogger implements ILogger { private getTypeIcon; log(logDetails: ILog): void; }