This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-node
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ae3937cacb6b13c4acd43b99140b6432317e3b1b
setup-node
/
node_modules
/
btoa-lite
/
btoa-node.js
T
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
new toolkit and scoped registries
2019-08-05 15:18:52 -04:00
module
.
exports
=
function
btoa
(
str
)
{
return
new
Buffer
(
str
).
toString
(
'base64'
)
}
Reference in New Issue
Copy Permalink