import { type DependencyFactory } from "https://deno.land/x/lambda_ioc@1.0.0/lambda-ioc/src/container.ts";
Represents a dependency factory: a function that, given an IoC container, it is able to instantiate a specific dependency.
Type Parameters
TContainer extends ReadableContainer<Record<ConstrainedKey, unknown>, Record<ConstrainedKey, unknown>>