Files
Snigdha-OS.github.io/node_modules/.pnpm/btoa-lite@1.0.0/node_modules/btoa-lite/btoa-browser.js
2024-12-23 02:19:28 +05:30

4 lines
60 B
JavaScript

module.exports = function _btoa(str) {
return btoa(str)
}