TokenCopyimport type { Token } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A sequence of path match characters. type Token = | Text | Parameter | Wildcard | Group;§Type§Text | Parameter | Wildcard | Group[src]