DecodeCopyimport type { Decode } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";Decode a string into another string. type Decode = (value: string) => string;§Type§(value: string) => string[src]