UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

6 lines (5 loc) 165 B
import { Common } from './common'; import { ILogger } from './interface'; export declare class Production extends Common implements ILogger { toError(): void; }