This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
MiKee
/
KeePass
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9f030dbd68
Rami (Branch)
Tag
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
atob-lite
/
atob-node.js
atob-node.js
95 B
Cronologia
Originale
1
2
3
module.exports = function atob(str) {
return Buffer.from(str, 'base64').toString('binary')
}