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

x/tappin/core/mod.ts>createProvide

🦖 Powerful application framework for Deno
Latest
variable createProvide
Re-export
import { createProvide } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";

Returns a function, which accepts container and executes given function with injected tokens

type

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