type alias Decodeimport { type Decode } from "https://deno.land/x/path_to_regexp@v8.0.0/index.ts"; Decode a string into another string. definition: (value: string) => string