Module

x/alosaur/mod.ts>AreaConfig

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
interface AreaConfig
import { type AreaConfig } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

Properties

optional
baseRoute: string
optional
providers: ProviderDeclaration[]
optional
controllers: Function[]