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

x/alosaur/src/injection/types/index.ts>Dictionary

Alosaur - Deno web framework with many decorators
Go to Latest
type alias Dictionary
import { type Dictionary } from "https://deno.land/x/alosaur@v0.1.1/src/injection/types/index.ts";
definition: { [key: string]: T; }