This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
MiKee
/
KeePass
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
github-action-1
Branches
Tags
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
btoa-lite
/
btoa-node.js
btoa-node.js
84 B
Lien permanent
Historique
Raw
1
2
3
module.exports = function btoa(str) {
return new Buffer(str).toString('base64')
}