Initial working version
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
declare const encodePacket: ({ type, data }: {
|
||||
type: any;
|
||||
data: any;
|
||||
}, supportsBinary: any, callback: any) => any;
|
||||
export default encodePacket;
|
||||
Reference in New Issue
Block a user