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

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

primeNG components

  • Property mode set to 100644
File size: 204 bytes
Line 
1declare const PACKET_TYPES: any;
2declare const PACKET_TYPES_REVERSE: any;
3declare const ERROR_PACKET: {
4 type: string;
5 data: string;
6};
7export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };
Note: See TracBrowser for help on using the repository browser.