This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
66ac29059b06c651e77d290491249e1916b43243
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