astro-ghostcms/.pnpm-store/v3/files/0d/38188e93780cb8c42b77dbe9f81...

4 lines
226 B
Plaintext

export type LogLevelId = 'silent' | 'error' | 'warn' | 'debug';
export declare function debug(logLevel: LogLevelId, ...messages: any[]): void;
export declare function warn(logLevel: LogLevelId, warning: string | Error): void;