Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lambda_ioc/lambda-ioc/src/container.ts>AsyncDependencyFactory

Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)
Latest
interface AsyncDependencyFactory
import { type AsyncDependencyFactory } from "https://deno.land/x/lambda_ioc@1.0.0/lambda-ioc/src/container.ts";

Type Parameters

T
TContainer extends ReadableContainer<Record<ConstrainedKey, unknown>, Record<ConstrainedKey, unknown>>

Call Signatures

(container: TContainer): Promise<T>