Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/mod.ts>di.containers.setValue

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

type

<K, V>(
containerItems: ContainerItems<K, V>,
token: K,
value: V,
) => void