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

x/oak_nest/src/factorys/class.factory.ts>getInstance

Refer to nestjs to realize some common functions for Deno
Go to Latest
variable getInstance
import { getInstance } from "https://deno.land/x/oak_nest@v1.13.18/src/factorys/class.factory.ts";

type

<T>(
target: Type<T>,
scope?: Scope,
factoryCaches?,
) => Promise<T>