import * as oakNest from "https://deno.land/x/oak_nest@v2.0.0/modules/uinv/deps.ts";
Classes
c Ajax | |
Provides context about the current request and response to middleware
functions, and the current instance being processed is the first argument
provided a | |
An interface which provides information about the current request. The
instance related to the current request is available on the
| |
Variables
this is a high function which will return a param decorator. | |
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. | |
f md5 | |
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. |