match
import { match } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";
Transform a path into a match function.
function match<P extends ParamData>(path: Path | Path[], options?: MatchOptions & ParseOptions): MatchFunction<P>;
§
match<P extends ParamData>(path: Path | Path[], options?: MatchOptions & ParseOptions): MatchFunction<P>
[src]