import * as dxx from "https://deno.land/x/dxx@rf/src/lib/$shared.ts";
Classes
A filter transform which uses a | |
Transform a
| |
Logger. This is what we write to. | |
Semi-structured data accessible to consumers of | |
Variables
Default log level properties for the built-in | |
Default log levels; adds 'trace' to the traditional RFC3164 list. | |
Host platform is a Windows OS. | |
Functions
Return the value of the environment variable
| |
Determine if unicode display is supported under the current platform and console constraint. | |
Remove quotes from text string ( | |
Ensure "path" is a valid path/URL-string (by conversion if needed) or panic. | |
Ensure "path" is a valid URL (by conversion if needed) or panic. | |
f env | Return the value of the environment variable
|
Return the current value of the environment variable
| |
Extract the "path" from a path string (as an identity function) or URL.
| |
Convert a
| |
Determine if | |
Determine if the supplied text string ( | |
Determine if OS platform is 'Windows Subsystem for Linux'. | |
Extract the "path" (absolute file path for 'file://' URLs, otherwise the href URL-string) from the
| |
| |
Determine the traversal path to
| |
Convert the supplied text string (
|
Interfaces
The log entry that Logger creates and forwards to its chained transforms and writers. | |
Configuration for the Logger | |
Transform function type; describes a simple generic function to perform data transformation. | |
Transform function type; describes a simple generic function to perform data transformation.
The function takes a | |
Type Aliases
A type defining a function which takes an input string and outputs the string with formatting (eg, bold, red, italics, etc) applied to it. | |