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

x/tappin/core/mod.ts>FactoryProvider

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

Creates value by calling a function

Methods

useFactory(container: Container): T

Factory