Skip to main content
Module

std/log/mod.ts>debug

Deno standard library
Go to Latest
variable debug
import { debug } from "https://deno.land/std@0.41.0/log/mod.ts";

type

(msg: string, ...args: unknown[]) => void