UNPKG

@applitools/logger

Version:
3 lines (2 loc) 162 B
import type { Printer, PrinterOptions } from './types'; export declare function makePrinter({ handler, level, format, masks, maskLog }: PrinterOptions): Printer;