import * as mod from "https://dotland.deno.dev/x/wmill@v1.354.0/deps.ts";
Namespaces
N cbor | |
N log | Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers. |
N path | Utilities for working with OS-specific file paths. |
Classes
A class which registers middleware (via | |
Chainable command factory class. | |
Generates shell completion scripts for various shells. | |
Confirm prompt representation. | |
Divide a stream into chunks delimited by a given byte sequence. | |
Input prompt representation. | |
An object that encapsulates provided message and arguments as well some metadata that can be later used when formatting a message. | |
JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) | |
An interface for registering middleware that will run when certain HTTP methods and paths are requested, as well as provides a way to parameterize parts of the requested path. | |
Secret prompt representation. | |
Select prompt representation. | |
Table representation. | |
Enums
Get log level numeric values through enum constants. Defaults to INFO. |
Variables
Chainable colors module. | |
Handlers are responsible for actual output of log messages. When a handler is
called by a logger, it firstly checks that {@link | |
v SEP |
Functions
Given an Iterable/Iterator input which yields buffers, returns an IterableIterator which yields sync decoded objects Or, given an Async Iterable/Iterator which yields promises resolving in buffers, returns an AsyncIterableIterator. | |
Given an Iterable first argument, returns an Iterable where each value is encoded as a Buffer If the argument is only Async Iterable, the return value will be an Async Iterable. | |
f dir | Returns the user and platform specific directories. |
Encodes the source into hex string. | |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
Finds a free port based on the options
Requires | |
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 | |
Log with info level, using default logger. | |
Setup logger config. | |
Log with warning level, using default logger. | |
f open | |
Generate random Password of a specified | |
Return the last portion of a | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Return the directory path of a | |
Return the extension of the | |
Generate a path from | |
Converts a file URL to a path string. | |
Convert a glob string to a regular expression. | |
Verifies whether provided path is absolute | |
Test whether the given string is a glob | |
Join all given a sequence of | |
Like join(), but doesn't collapse "**/.." when | |
Normalize the | |
Like normalize(), but doesn't collapse "**/.." when | |
Return a | |
Return the relative path from | |
Resolves path segments into a | |
Converts a path string to a file URL. | |
Resolves path to a namespace path | |
Parses | |
Serializes |
Interfaces
A parsed path object generated by path.parse() or consumed by path.format(). |
Type Aliases
Union of valid log level strings | |