mirror of
https://github.com/actions/setup-node.git
synced 2026-06-10 02:48:55 +03:00
Add auth
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function atob(str) {
|
||||
return Buffer.from(str, 'base64').toString('binary')
|
||||
}
|
||||
Reference in New Issue
Block a user