Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/b64/types/base64.d.ts>default

Base64 and base64url to string or arraybuffer, and back. Works in Node, Deno or browser.
Latest
namespace default
import { default } from "https://deno.land/x/b64@1.1.28/types/base64.d.ts";

Functions

Convenience function for creating a base64 encoded string from an ArrayBuffer instance

Convenience function for converting a javascript string to base64

Convenience function for converting a base64 encoded string to an ArrayBuffer instance

Convenience function for converting base64 to string

Function to validate base64