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

x/tappin/core/mod.ts>ContainerHelper

🦖 Powerful application framework for Deno
Latest
interface ContainerHelper
import { type ContainerHelper } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";

Wrapper around container

Methods

provide<T>(tokens: Array<TokenResolvable>, f: (...deps: any[]) => T | Promise<T>): Promise<T>

Provides given function with dependencies resolved by tokens in first array