Skip to main content
Module

x/mod/dev_deps.ts

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
import * as mod from "https://deno.land/x/mod@v2.3.9/dev_deps.ts";

Enums

Get log level numeric values through enum constants

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Executes a function, expecting it to throw. If it does not, then it throws.

Log with critical level, using default logger.

Log with debug level, using default logger.

Log with error level, using default logger.

Get a logger instance. If not specified name, get the default logger.

Log with info level, using default logger.

Setup logger config.

Log with warning level, using default logger.