type alias DebugLoggerFunction Usageimport { type DebugLoggerFunction } from "node:util"; Definition (msg: string, ...param: unknown[]) => void