Skip to main content
Module

x/alosaur/mod.ts>AreaConfig

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

Properties

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