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

Percent.Options.URI_PATH

import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { URI_PATH } = Percent.Options;

The options for the URL path percent-encode

field value
encodeSet [ 0x20, 0x22, 0x23, 0x3C, 0x3E, 0x3F, 0x60, 0x7B, 0x7D ]
spaceAsPlus false
const URI_PATH: Options;