UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

10 lines (7 loc) 148 B
(function () { "use strict"; function atob(str) { return new Buffer(str, 'base64').toString('binary'); } module.exports = atob; }());