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

x/tappin/core/mod.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/mod.ts";

Creates value by calling an async function

Methods

useAsyncFactory(container: Container): T