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

parse

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

Parse a string for the raw tokens.

function parse(str: string, options?: ParseOptions): TokenData;
§
parse(str: string, options?: ParseOptions): TokenData
[src]

§Parameters

§
str: string
[src]
§
options?: ParseOptions optional
[src]