CODEBASE: Update SaveData type to be compatible with TS 5.9 and upgrade TS (#2457)

This commit is contained in:
catloversg
2026-01-29 03:26:06 +07:00
committed by GitHub
parent afddd284fc
commit 8b07879ad9
9 changed files with 26 additions and 16 deletions

View File

@@ -1 +1 @@
export declare const isBinaryFormat: (saveData: string | Uint8Array) => boolean;
export declare const isBinaryFormat: (saveData: string | Uint8Array<ArrayBuffer>) => boolean;