DebugLoggerFunction type

type DebugLoggerFunction = (msg: string, param: unknown[]) => void