This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
MiKee
/
KeePass
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
github-action-1
Větve
Značky
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
btoa-lite
/
btoa-node.js
btoa-node.js
84 B
Trvalý odkaz
Historie
Surový
1
2
3
module.exports = function btoa(str) {
return new Buffer(str).toString('base64')
}