mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix part of storybook stories
This commit is contained in:
committed by
Fedor Indutnyy
parent
eaae3ff88b
commit
a2b05333f7
@@ -63,3 +63,7 @@ export function areEqual(
|
||||
): boolean {
|
||||
return bytes.areEqual(a, b);
|
||||
}
|
||||
|
||||
export function readBigUint64BE(value: Uint8Array): bigint {
|
||||
return bytes.readBigUint64BE(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user