This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
MiKee
/
KeePass
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
2adbf0d106
ブランチ
タグ
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
btoa-lite
/
btoa-node.js
btoa-node.js
84 B
履歴
Raw
1
2
3
module.exports = function btoa(str) {
return new Buffer(str).toString('base64')
}