Skip to main content
Module

x/dtils/debug.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.3.1/debug.ts";
definition: (...args: unknown[]) => void