This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-node
Watch
1
Star
0
Fork
0
mirror of
https://github.com/actions/setup-node.git
synced
2026-07-19 10:56:23 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5273d0df9c603edc4284ac8402cf650b4f1f6686
setup-node
/
node_modules
/
atob-lite
/
atob-node.js
T
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add auth
2019-08-06 18:29:44 -04:00
module
.
exports
=
function
atob
(
str
)
{
return
Buffer
.
from
(
str
,
'base64'
).
toString
(
'binary'
)
}
Reference in New Issue
Copy Permalink