Skip to main content
Module

std/node/sys.ts>debuglog

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

Parameters

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