LoggerFunction type
A function called by Puppeteer to output debug messages.
Signature
export type LoggerFunction = (...args: unknown[]) => void;
A function called by Puppeteer to output debug messages.
export type LoggerFunction = (...args: unknown[]) => void;