UNPKG

@applitools/logger

Version:
3 lines (2 loc) 144 B
import type { Handler, DebugHandler } from './types'; export declare function makeDebugHandler({ label }: Omit<DebugHandler, 'type'>): Handler;