Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/uinv/deps.ts

Refer to nestjs to realize some common functions for Deno
Go to Latest
import * as oakNest from "https://deno.land/x/oak_nest@v1.15.1/modules/uinv/deps.ts";

Classes

Provides context about the current request and response to middleware functions, and the current instance being processed is the first argument provided a Middleware function.

An interface which provides information about the current request. The instance related to the current request is available on the Context's .request property.

Variables

this is a high function which will return a param decorator.

Functions

Set background color to blue.

Set background color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set text color to blue.

Make the text bold.

Set text color to green.

Make the text italic.

Set text color to red.

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set text color to yellow.