UNPKG

@antdevx/vite-plugin-hmr-sync

Version:

A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.

7 lines 289 B
export declare function Logger(appName: string, suppress?: boolean): { log: (msg: string) => false | void; info: (msg: string) => false | void; warn: (msg: string) => false | void; error: (msg: string, err?: unknown) => false | void; }; //# sourceMappingURL=logger.d.ts.map