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

x/tappin/core/container/provider.ts>AsyncFactoryProvider

🦖 Powerful application framework for Deno
Latest
interface AsyncFactoryProvider
implements BaseProvider
import { type AsyncFactoryProvider } from "https://deno.land/x/tappin@0.5.0/core/container/provider.ts";

Creates value by calling an async function

Methods

useAsyncFactory(container: Container): T