wizer 10.0.0

The WebAssembly Pre-Initializer
Documentation
1
2
3
module.exports = function atob(str) {
  return Buffer.from(str, 'base64').toString('binary')
}