Skip to main content
Module

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

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