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