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

std/node/sys.ts>debuglog

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

Parameters

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