Skip to main content
Module

x/hex/mod.ts>di.containers.ContainerItems

An ecosystem delivering practices, philosophy and portability.
Go to Latest
type alias di.containers.ContainerItems
import { type di } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { ContainerItems } = di.containers;

Type Parameters

optional
K = Class | symbol | string
optional
V = any
definition: Map<K, [ServiceType, V | (() => V | undefined) | undefined]>