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

Group

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

A set of possible tokens to expand when matching.

interface Group {
tokens: Token[];
type: "group";
}

§Properties

§
tokens: Token[]
[src]
§
type: "group"
[src]