Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/util.ts>debuglog

Deno standard library
Go to Latest
function debuglog
Re-export
import { debuglog } from "https://deno.land/std@0.163.0/node/util.ts";

Parameters

set: string
optional
cb: (debug: (...args: unknown[]) => void) => void