Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias FormatterFunction
import { type FormatterFunction } from "https://deno.land/std@0.187.0/log/handlers.ts";
definition: (logRecord: LogRecord) => string