Skip to content

Latest commit

 

History

History

base64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

$mol_base64

Isomorphic module for base64 encoding and decoding.

Includes:

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

Variants