Sky.Core.Encoding Sky.Core.Encoding — text encoding helpers (Layer 3 Sky source). Values base64Decode : String -> Result Error String base64Encode : String -> String hexDecode : String -> Result Error String hexEncode : String -> String urlDecode : String -> Result Error String urlEncode : String -> String