UNPKG

minecraftstatuspinger

Version:

A modern library for pinging Minecraft servers and getting their status and playerlist, written in TypeScript with zero dependencies.

7 lines 262 B
import { Packet } from "./types.ts"; declare function packetPipeline(chunk: Uint8Array, packet: Packet): Promise<Packet>; declare const _default: { packetPipeline: typeof packetPipeline; }; export default _default; //# sourceMappingURL=packetDecoder.d.ts.map