encodePacket.d.ts 153 Bytes Raw Blame History Permalink 1 2 3 4 5 declare const encodePacket: ({ type, data }: { type: any; data: any; }, supportsBinary: any, callback: any) => any; export default encodePacket;