Initial working version
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
declare const PACKET_TYPES: any;
|
||||
declare const PACKET_TYPES_REVERSE: any;
|
||||
declare const ERROR_PACKET: {
|
||||
type: string;
|
||||
data: string;
|
||||
};
|
||||
export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };
|
||||
Reference in New Issue
Block a user