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

x/tappin/core/mod.ts>Scope

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

Provider lifetime

Members

Singleton = "Singleton"

Object is created once and always used

Transient = "Transient"

Object is created each time it is requested