Skip to main content
Module

x/oak_nest/mod.ts>Factory

Refer to nestjs to realize some common functions for Deno
Go to Latest
variable Factory
Re-export
import { Factory } from "https://deno.land/x/oak_nest@v1.15.0/mod.ts";

type

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