Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/src/factorys/test.module.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.15.0/src/factorys/test.module.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)