Skip to main content
Module

x/base64/base64url.ts>toUint8Array

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

type

(b64: string) => Uint8Array