Decodifica uma string em Base64.
Exemplo:
local text = exports.hydrus:base64_decode('SGVsbG8gd29ybGQ') print(text) --> 'Hello world'
Last updated 1 year ago