Initial working version
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
declare const decodePacket: (encodedPacket: any, binaryType: any) => {
|
||||
type: string;
|
||||
data: any;
|
||||
} | {
|
||||
type: any;
|
||||
data: string;
|
||||
} | {
|
||||
type: any;
|
||||
data?: undefined;
|
||||
};
|
||||
export default decodePacket;
|
||||
Reference in New Issue
Block a user