Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v2.0.0/mod.ts";

Type Parameters

optional
T = any

Methods

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