mirror of
https://gitee.com/github-actions/setup-node
synced 2024-04-27 22:27:08 +08:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
module.exports = function _atob(str) {
|
|
return atob(str)
|
|
}
|