Module

Data.Base64

Package
purescript-base64-codec
Repository
AlexaDeWit/purescript-base64-codec

#encodeBase64 Source

encodeBase64 :: ArrayBuffer -> Base64

Encodes an ArrayBuffer into the base64 representation thereof

#decodeBase64 Source

decodeBase64 :: Base64 -> ArrayBuffer

Decode base64 content to the array buffer(byte) representation it stored internally.

#Base64 Source

newtype Base64

A boxed Base64 type to prevent accidental misuse

Instances

  • Eq Base64
  • Show Base64

    Show instance is for textual representations, not data representation

#runBase64 Source

Modules
Data.Base64