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

Percent.Options.URI_FRAGMENT

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

const { URI_FRAGMENT } = Percent.Options;

The options for the URL fragment percent-encode

field value
encodeSet [ 0x20, 0x22, 0x3C, 0x3E, 0x60 ]
spaceAsPlus false
const URI_FRAGMENT: Options;