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-16 17:49:36 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca2e28376a90a8aa96fec08d4d4aa253bdf0ce8b
setup-node
/
node_modules
/
btoa-lite
/
btoa-node.js
T
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add auth support (
#21
)
2019-08-06 18:26:04 -04:00
module
.
exports
=
function
btoa
(
str
)
{
return
new
Buffer
(
str
).
toString
(
'base64'
)
}
Reference in New Issue
Copy Permalink