mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { Transform } from 'node:stream';
|
||||
import type { Duplex } from 'node:stream';
|
||||
|
||||
export function prependStream(data: Uint8Array): Duplex {
|
||||
export function prependStream(data: Uint8Array<ArrayBuffer>): Duplex {
|
||||
return new Transform({
|
||||
construct(callback) {
|
||||
this.push(data);
|
||||
|
||||
Reference in New Issue
Block a user