UNPKG

@farmfe/runtime-plugin-hmr

Version:

Runtime hmr plugin of Farm

8 lines (7 loc) 202 B
export declare class Logger { debug(message: string): void; log(message: string): void; warn(message: string): void; error(message: string): void; } export declare const logger: Logger;