mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-10 13:07:25 +00:00
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
module.exports = function _btoa(str) {
|
|
return btoa(str)
|
|
}
|