Skip to main content
Module

x/path_to_regexp/index.ts>Decode

Turn a path string such as `/user/:name` into a regular expression
Go to Latest
type alias Decode
import { type Decode } from "https://deno.land/x/path_to_regexp@v7.1.0/index.ts";

Decode a string into another string.

definition: (value: string) => string