Skip to main content
Module

x/alosaur/mod.ts>InjectionToken

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
type alias InjectionToken
Re-export
import { type InjectionToken } from "https://deno.land/x/alosaur@v0.35.2/mod.ts";

Type Parameters

optional
T = any
definition:
| constructor<T>
| string
| symbol
| DelayedConstructor<T>