Skip to main content
Module

x/debuglog/debug.ts>enable

Debugging utility for deno. Ported from https://npmjs.com/debug
Latest
function enable
import { enable } from "https://deno.land/x/debuglog@v1.0.0/debug.ts";

Enables a debug mode by namespaces. This can include modes separated by a colon and wildcards.

Parameters

namespaces: any