This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
dc7133054ea3d858868f5880341f1cb0f161da58
stale
/
node_modules
/
atob-lite
/
atob-node.js
T
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial import
2019-08-03 21:34:59 -04:00
module
.
exports
=
function
atob
(
str
)
{
return
Buffer
.
from
(
str
,
'base64'
).
toString
(
'binary'
)
}
Copy Permalink