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