Skip to main content
Module

x/base64/base64url.ts>fromUint8Array

base64 strings from/to Uint8Arrays
Very Popular
Go to Latest
variable fromUint8Array
import { fromUint8Array } from "https://deno.land/x/base64@v0.2.0/base64url.ts";

type

(buf: Uint8Array) => string