UNPKG

@rendela/vite

Version:

A tool for pre-rendering pages of your SPA to improve SEO and performance

10 lines (9 loc) 315 B
export declare class LogUtils { static info(message: string): void; static warn(message: string): void; static error(message: string): void; static success(message: string): void; static log(message: string): void; static startPrintingGray(): string; static endPrintingGray(): string; }