Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/core/entry.ts>Query

A file system based router for Deno.
Go to Latest
type alias Query
import { type Query } from "https://deno.land/x/fsrouter@2.11.1/core/entry.ts";

Query is an object of text matched from route wildcards. See FsHandler example for more details.

definition: Readonly<Record<string, string>>