Module

x/alosaur/mod.ts>ProviderDeclaration

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
type alias ProviderDeclaration
import { type ProviderDeclaration } from "https://dotland.deno.dev/x/alosaur@v0.37.0/mod.ts";

Type Parameters

optional
T = any
definition: { token: InjectionToken<T>; } & Provider
import ProviderDeclaration
import { ProviderDeclaration } from "https://dotland.deno.dev/x/alosaur@v0.37.0/mod.ts";