Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tappin/core/container/container.ts>createContainer

🦖 Powerful application framework for Deno
Latest
variable createContainer
import { createContainer } from "https://deno.land/x/tappin@0.5.0/core/container/container.ts";

Creates a default container

type

(provs?: Map<string | symbol, Provider<unknown>>, singles?: Map<string | symbol, unknown>) => unknown