Skip to main content
Module

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

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

type

<K2 extends string | number | symbol, V>(containerItems: ContainerItems<K2, V>, ...tokens: K2[]) => Promise<Record<K2, V | undefined>> | Record<K2, V | undefined>