import { type SyncDependencyFactory } from "https://deno.land/x/lambda_ioc@1.0.0/lambda-ioc/deno/container.ts";
Type Parameters
TContainer extends ReadableSyncContainer<Record<ConstrainedKey, unknown>>
Call Signatures
(container: TContainer): Awaited<T>