This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
cbaf47b85dbfb8a57b153262e41360a9a68e3532
stale
/
node_modules
/
btoa-lite
/
btoa-browser.js
T
4 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
release v1
2019-08-06 17:37:58 -04:00
module
.
exports
=
function
_btoa
(
str
)
{
return
btoa
(
str
)
}
Copy Permalink