KeyCopyimport type { Key } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A token that corresponds with a regexp capture. type Key = Parameter | Wildcard;§Type§Parameter | Wildcard[src]