Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

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

Represents a type-safe IoC container with "auto-wired" dependencies resolution

Type Parameters

TSyncDependencies extends Record<ConstrainedKey, unknown>
TAsyncDependencies extends Record<ConstrainedKey, unknown>