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

Keys

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

A sequence of path-to-regexp keys that match capturing groups.

type Keys = Array<Key>;

§Type

§
Array<Key>
[src]