UNPKG

@skybloxsystems/ticket-bot

Version:
6 lines (5 loc) 153 B
declare const encodePacket: ({ type, data }: { type: any; data: any; }, supportsBinary: any, callback: any) => any; export default encodePacket;