Skip to main content
Module

x/oak_nest/mod.ts>TestModule

Refer to nestjs to realize some common functions for Deno
Go to Latest
class TestModule
import { TestModule } from "https://deno.land/x/oak_nest@v1.14.1/mod.ts";

Constructors

new
TestModule(data: ModuleMetadata)

Properties

data: ModuleMetadata
factoryCaches: Map

Methods

get<T extends Instance>(constructor: Type<T>)
overrideProvider(provide: Provide, value: any)
resolve(constructor: Constructor)