Percent.Decoder
import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { Decoder } = Percent;
Percent decoder
class Decoder implements [BytesEncoding.Decoder] {}
constructor(options?: Options);
decode(encoded: string): Uint8Array;