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