Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Encode

import 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]