UNPKG

transformice.js

Version:

Node.js client for Transformice with full Typescript support.

11 lines (10 loc) 294 B
import Client from "./Client"; import { ByteArray, Connection } from "../utils"; /** * @hidden */ interface PacketHandlerIndex { [index: number]: (this: Client, conn: Connection, packet: ByteArray) => void; } declare const _default: PacketHandlerIndex; export default _default;