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.
- Modules
- Data.
Base64
Show instance is for textual representations, not data representation