This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
MiKee
/
KeePass
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
9f030dbd68
Gałęzie
Tagi
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
atob-lite
/
atob-node.js
atob-node.js
95 B
Historia
Czysty
1
2
3
module.exports = function atob(str) {
return Buffer.from(str, 'base64').toString('binary')
}