This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
releases/v1
stale
/
node_modules
/
atob-lite
/
atob-node.js
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
95 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
release v1
2019-08-06 17:37:58 -04:00
module
.
exports
=
function
atob
(
str
)
{
return
Buffer
.
from
(
str
,
'base64'
).
toString
(
'binary'
)
}
Reference in New Issue
Copy Permalink