Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 348 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 348 Bytes

$mol_base64

Isomorphic module for base64 encoding and decoding.

Includes:

$mol_base64_encode(src: string | Uint8Array): string
$mol_base64_decode(base64: string): Uint8Array

Variants