mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
c2597288c1
commit
67dc2b893a
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user