Skip to main content
Module

x/hex/mod.ts>di.container

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable di.container
Re-export
import { di } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { container } = di;

type

<K = Class | symbol | string, V = any>() => unknown