Updated script that can be controled by Nodejs web app
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { Packet, RawData } from "./commons.js";
|
||||
export declare const encodePacket: ({ type, data }: Packet, supportsBinary: boolean, callback: (encodedPacket: RawData) => void) => void;
|
||||
export declare function encodePacketToBinary(packet: Packet, callback: (encodedPacket: RawData) => void): void;
|
||||
Reference in New Issue
Block a user