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:
2b79b6a326
Gałęzie
Tagi
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
btoa-lite
/
btoa-node.js
btoa-node.js
84 B
Historia
Czysty
1
2
3
module.exports = function btoa(str) {
return new Buffer(str).toString('base64')
}