Spaces:
Paused
Paused
File size: 156 Bytes
f9f0fec |
1 2 3 |
import { Packet, BinaryType, RawData } from "./commons.js";
export declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet;
|