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

Parameter

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

A parameter designed to match arbitrary text within a segment.

interface Parameter {
name: string;
type: "param";
}

§Properties

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