btoa ()

const decode = (value) =>Buffer.from(value, 'base64').toString()
Luis Alfredo G Caldas Neto