Skip to main content
Version: Next

LoggerFunction type

A function called by Puppeteer to output debug messages.

Signature

export type LoggerFunction = (...args: unknown[]) => void;