Skip to main content
Module

x/base91/base91.ts>encode

more space efficient encoding than base64
Latest
function encode
import { encode } from "https://deno.land/x/base91@v1.1.1/base91.ts";

Converts given data with base91 encoding

Parameters

uint8: Uint8Array

input to encode

Returns

string