import { type Provider } from "https://deno.land/x/tappin@0.5.0/core/container/provider.ts";
Common provider type
definition: FactoryProvider<T> | ValueProvider<T> | AsyncFactoryProvider<T>
import { type Provider } from "https://deno.land/x/tappin@0.5.0/core/container/provider.ts";
Common provider type