This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
MiKee
/
KeePass
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
8e8f85d805
Ramas
Etiquetas
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
btoa-lite
/
btoa-browser.js
btoa-browser.js
60 B
Histórico
Raw
1
2
3
module.exports = function _btoa(str) {
return btoa(str)
}