Skip to main content
Module

x/aleph/framework/solid/context.ts>RouterContextProps

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias RouterContextProps
import { type RouterContextProps } from "https://deno.land/x/aleph@1.0.0-beta.40/framework/solid/context.ts";
definition: { url: Accessor<URL>; params: Accessor<Record<string, string>>; e404: Accessor<boolean>; }