Initial working version
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import encodePacket from "./encodePacket.js";
|
||||
import decodePacket from "./decodePacket.js";
|
||||
declare const encodePayload: (packets: any, callback: any) => void;
|
||||
declare const decodePayload: (encodedPayload: any, binaryType?: any) => any[];
|
||||
export declare const protocol = 4;
|
||||
export { encodePacket, encodePayload, decodePacket, decodePayload };
|
||||
Reference in New Issue
Block a user