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

x/tappin/core/container/provider.ts

🦖 Powerful application framework for Deno
Latest
import * as tappin from "https://deno.land/x/tappin@0.5.0/core/container/provider.ts";

Enums

Provider lifetime

Variables

Check if given value is an async provider

Checks if given value is a FactoryProvider

Checks if given value is a ValueProvider

Interfaces

Creates value by calling an async function

Base provider

Creates value by calling a function

Creates value by using existing one

Type Aliases

Common provider type