Актуализация пакета base-x

This commit is contained in:
Book Pauk
2022-07-02 12:46:10 +07:00
parent 03e4a6d723
commit 85a525e301
4 changed files with 10 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ function toBase36(data) {
}
function fromBase36(data) {
return bs36.decode(data);
return Buffer.from(bs36.decode(data));
}
function bufferRemoveZeroes(buf) {