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

x/oak_nest/src/interfaces/type.interface.ts>Type

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

Type Parameters

optional
T = any

Methods

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