Last change
on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
343 bytes
|
Line | |
---|
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.