Skip to main content
Module

x/bb64/mod.ts>Base64.fromUint8Array

Easy to use Deno Base64 Encoder and Decoder for JavaScript and TypeScript
Latest
method Base64.fromUint8Array
import { Base64 } from "https://deno.land/x/bb64@1.1.0/mod.ts";

Creates a Base64 object from a Uint8Array

Parameters

uint8arr: Uint8Array

a Uint8Array that will be base64 encoded

Returns

a Base64 object