Skip to main content
Version: 25.5.0

LoggerFunction type

Signature

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