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

TokenData

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

Tokenized path instance.

class TokenData {
constructor(tokens: Token[]);
}

§Constructors

§
new TokenData(tokens: Token[])
[src]