source: trip-planner-front/node_modules/engine.io-parser/build/esm/decodePacket.d.ts@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 219 bytes
Line 
1declare const decodePacket: (encodedPacket: any, binaryType?: any) => {
2 type: string;
3 data: any;
4} | {
5 type: any;
6 data: string;
7} | {
8 type: any;
9 data?: undefined;
10};
11export default decodePacket;
Note: See TracBrowser for help on using the repository browser.