This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
MiKee
/
KeePass
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
github-action-1
Branches
Tags
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
atob-lite
/
atob-node.js
atob-node.js
95 B
Link permanente
Histórico
Raw
1
2
3
module.exports = function atob(str) {
return Buffer.from(str, 'base64').toString('binary')
}