Skip to main content
Module

x/dtils/logger.ts>DebugLogFn

The best unofficial library of utilities for Deno applications
Go to Latest
type alias DebugLogFn
import { type DebugLogFn } from "https://deno.land/x/dtils@2.6.0/logger.ts";
definition: (...args: unknown[]) => void