Skip to main content
Module

x/alosaur/src/route/route.models.ts

Alosaur - Deno web framework with many decorators
Go to Latest
File
export interface RouteParam { i: number; el: string;}