This website requires JavaScript.
Explore
Help
Sign In
Action
/
conventional-changelog-action
Watch
1
Star
0
Fork
You've already forked conventional-changelog-action
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c8e9ea6338
conventional-changelog-action
/
node_modules
/
btoa-lite
/
btoa-node.js
4 lines
84 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
btoa
(
str
)
{
return
new
Buffer
(
str
)
.
toString
(
'base64'
)
}
Reference in New Issue
View Git Blame
Copy Permalink