import * as wmill from "https://deno.land/x/wmill@v1.253.0/deps.ts";
Namespaces
N cbor | |
N Http | |
N Job | |
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 | |
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 copy | Copies from |
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 | |
Turns a Reader, | |
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 | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Convert a glob string to a regular expression. | |
Test whether the given string is a glob | |
Like join(), but doesn't collapse "**/.." when | |
Like normalize(), but doesn't collapse "**/.." when | |
Read Reader | |
Create a | |
Synchronously write all the content of the array buffer ( | |
Parses | |
Serializes |
Interfaces
A parsed path object generated by path.parse() or consumed by path.format(). |
Type Aliases
T Flow | |
T Http | |
T Job | |
Union of valid log level strings | |
T User | |