import * as lambdaIoc from "https://deno.land/x/lambda_ioc@1.0.0/lambda-ioc/src/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. |