Skip to main content
Version: Next

LoggerFunction type

Signature

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