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

x/lambda_ioc/lambda-ioc/deno/container.ts

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

Functions

Creates a new type-safe IoC container.

Interfaces

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

Represents a dependency factory: a function that, given an IoC container, it is able to instantiate a specific dependency.

Represents a read-only version of a type-safe IoC container with "auto-wired" dependencies resolution.

Represents a write-only version of a type-safe IoC container with "auto-wired" dependencies resolution.