mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 04:33:03 +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;
|