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
dc7133054ea3d858868f5880341f1cb0f161da58
stale
/
node_modules
/
btoa-lite
/
btoa-node.js
T
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial import
2019-08-03 21:34:59 -04:00
module
.
exports
=
function
btoa
(
str
)
{
return
new
Buffer
(
str
).
toString
(
'base64'
)
}
Reference in New Issue
Copy Permalink