module.exports = (str) =>
  new Buffer(str).toString 'base64'
