api documentation for base-64 (v0.1.0)

A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.

table of contents

  1. module base-64
    1. function base-64.decode (input)
    2. function base-64.encode (input)
    3. string base-64.version

module base-64

function base-64.decode (input)

function base-64.encode (input)

[ this document was created with utility2 ]