mirror of
https://git.um-react.app/um/um-react.git
synced 2026-08-28 20:32:01 +00:00
chore: update deps
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { MMKVParser } from '../MMKVParser';
|
||||
|
||||
export function parseAndroidQmEKey(view: DataView): Map<string, string> {
|
||||
export function parseAndroidQmEKey(view: DataView<ArrayBuffer>): Map<string, string> {
|
||||
const mmkv = new MMKVParser(view);
|
||||
const result = new Map<string, string>();
|
||||
while (!mmkv.eof) {
|
||||
|
||||
Reference in New Issue
Block a user