Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 304 Bytes

base64

repackage by theschemer / Raven support team from https://github.com/ovenpasta/thunderchez

raven install base64

(import (base64 base64))

(encode-utf8 "STRING") => string
(decode-utf8 "STRING") => string

(encode-utf8-url "STRING") => string
(decode-utf8-url "STRING") => string