Skip to main content
Module

x/oak_nest/mod.ts>Type

Refer to nestjs to realize some common functions for Deno
Go to Latest
interface Type
implements Function
Re-export
import { type Type } from "https://deno.land/x/oak_nest@v1.14.0/mod.ts";

Type Parameters

optional
T = any

Methods

new(...args: any[]): T