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 c2597288c1
commit 67dc2b893a
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

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