mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
chore: update deps
This commit is contained in:
@@ -5,7 +5,7 @@ export class MMKVParser {
|
||||
private offset = 4;
|
||||
private length: number;
|
||||
|
||||
constructor(private view: DataView) {
|
||||
constructor(private view: DataView<ArrayBuffer>) {
|
||||
const payloadLength = view.getUint32(0, true);
|
||||
this.length = 4 + payloadLength;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user