Skip to main content
type alias DebugLoggerFunction

Definition

(
msg: string,
...param: unknown[],
) => void
Back to top