1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-11 12:56:58 -07:00
parent 77d5aafb60
commit bd01d6fa55
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

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(