File size: 178 Bytes
48e84aa |
1 2 3 4 |
import { Packet, BinaryType, RawData } from "./commons.js";
declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet;
export default decodePacket;
|
48e84aa |
1 2 3 4 |
import { Packet, BinaryType, RawData } from "./commons.js";
declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet;
export default decodePacket;
|