mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 12:13:28 +00:00
3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
import { Packet, BinaryType, RawData } from "./commons.js";
|
|
export declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet;
|