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