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

Key

import type { Key } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";

A token that corresponds with a regexp capture.

type Key = Parameter | Wildcard;