source: trip-planner-front/node_modules/engine.io-parser/build/esm/encodePacket.browser.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: 153 bytes
Line 
1declare const encodePacket: ({ type, data }: {
2 type: any;
3 data: any;
4}, supportsBinary: any, callback: any) => any;
5export default encodePacket;
Note: See TracBrowser for help on using the repository browser.