2 lines
156 B
TypeScript
Executable file
2 lines
156 B
TypeScript
Executable file
import { Packet, BinaryType, RawData } from "./commons.js";
|
|
export declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet;
|