import * as denoProxy from "https://deno.land/x/deno_proxy@v1.4.1/deps.ts";
Classes
The class used for parsing yaml files. |
Variables
This file is generated by gen_mime.ts automatically. please do not edit it manually. |
Functions
Set background color to blue. | |
Set background color using 24bit rgb.
| |
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
f blue | Set text color to blue. |
f bold | Make the text bold. |
Set text color to green. | |
Make the text italic. | |
Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments. | |
f red | Set text color to red. |
Set text color using 24bit rgb.
| |
f rgb8 | Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit |
Set text color to yellow. |
Type Aliases
Union of valid log level strings | |