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
5273d0df9c603edc4284ac8402cf650b4f1f6686
setup-node
/
node_modules
/
btoa-lite
/
btoa-browser.js
T
4 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add auth
2019-08-06 18:29:44 -04:00
module
.
exports
=
function
_btoa
(
str
)
{
return
btoa
(
str
)
}
Reference in New Issue
Copy Permalink