Skip to main content
Module

x/debuglog/debug.ts

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

Functions

Disable debug output.

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

Returns true if the given mode name is enabled, false otherwise.