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

x/alosaur/mod.ts>ProviderDeclaration

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

Type Parameters

optional
T = any
definition: { token: InjectionToken<T>; } & Provider