UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

9 lines (8 loc) 437 B
import { Console, ILogger } from '../..'; export declare class Common implements ILogger { toConsole(type: Console, value: unknown): void; toConsoleGroup(type: Console, description: string, title: string, ...args: any[]): void; toNotify(type: Console, description: string, title: string): void; toMessage(type: Console, description: string): void; toError(description: string, title: string, ...args: any[]): void; }