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

Wildcard

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

A wildcard parameter designed to match multiple segments.

interface Wildcard {
name: string;
type: "wildcard";
}

§Properties

§
name: string
[src]
§
type: "wildcard"
[src]