mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -19,7 +19,7 @@ import { toNumber } from '../util/toNumber.std.js';
|
||||
|
||||
const debug = createDebug('mock:test:helpers');
|
||||
|
||||
export function bufferToUuid(buffer: Buffer): string {
|
||||
export function bufferToUuid(buffer: Buffer<ArrayBuffer>): string {
|
||||
const hex = buffer.toString('hex');
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user