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

x/tappin/core/mod.ts>Service

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

Service

Type Parameters

optional
T = any

Properties

inject: Array<symbol | string | { token: symbol | string; }>

Dependencies of this service

scope: Scope

Service's scope

provider: (...deps: any[]) => Promise<T> | T

Function used to provide this service

token: string | symbol

Service token

metadata: Map<string | symbol, unknown>

Metadata