first commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { Packet, RawData } from "./commons.js";
|
||||
declare const encodePacket: ({ type, data }: Packet, supportsBinary: boolean, callback: (encodedPacket: RawData) => void) => void;
|
||||
export default encodePacket;
|
||||
Reference in New Issue
Block a user