UNPKG

@jmodule/client

Version:
8 lines (7 loc) 245 B
export interface DebugInfoOptions { key: string; message: string; instance: any; type?: 'success' | 'error' | 'log' | 'warning'; } export declare function printDebugInfo({ key, message, instance, type }: DebugInfoOptions): void;