import * as denoNest from "https://deno.land/x/deno_nest@v3.5.2/deps.ts";
Classes
Validation error description. |
Variables
A record of all the status codes text. |
Functions
Make an assertion, error will be thrown if | |
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. |
Takes an input | |
Set text color to green. | |
Make the text italic. | |
f red | Set text color to red. |
A default metadata decorator factory that can be used on a class, class member, or parameter. | |
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 |
Validates given object and reject on error. | |
Set text color to yellow. |