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

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

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

Provider lifetime

Members

Singleton = "Singleton"

Object is created once and always used

Transient = "Transient"

Object is created each time it is requested