Last change
on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
343 bytes
|
Rev | Line | |
---|
[e29cc2e] | 1 | import encodePacket from "./encodePacket.js";
|
---|
| 2 | import decodePacket from "./decodePacket.js";
|
---|
| 3 | declare const encodePayload: (packets: any, callback: any) => void;
|
---|
| 4 | declare const decodePayload: (encodedPayload: any, binaryType?: any) => any[];
|
---|
| 5 | export declare const protocol = 4;
|
---|
| 6 | export { encodePacket, encodePayload, decodePacket, decodePayload };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.