1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-11 12:56:58 -07:00
parent 77d5aafb60
commit bd01d6fa55

View File

@@ -1,4 +1,5 @@
// @ts-nocheck
import { inflate } from 'pako';
const storage = {
local: {
get: function (key: string) {
@@ -14,7 +15,6 @@ const storage = {
},
},
};
const base64Gzip = {
decompress: function (string: string): string {
return inflate(