Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Params

The parameters that were parsed from the URL path.

type Params<Key extends string = string> = readonly [key in Key]: string | undefined;

§Type Parameters

§
Key extends string = string
[src]

§Type

§
readonly [key in Key]: string | undefined
[src]