LoggerFunction 类型 由 Puppeteer 调用以输出调试消息的函数。 签名 export type LoggerFunction = (...args: unknown[]) => void;