Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.15/src/factorys/class.factory.ts";

type

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