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

Path

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

Supported path types.

type Path = string | TokenData;

§Type