mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-06 20:57:46 +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;
|