source:
trip-planner-front/node_modules/engine.io-parser/build/esm/commons.d.ts@
84d0fbb
Last change on this file since 84d0fbb was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 204 bytes |
Line | |
---|---|
1 | declare const PACKET_TYPES: any; |
2 | declare const PACKET_TYPES_REVERSE: any; |
3 | declare const ERROR_PACKET: { |
4 | type: string; |
5 | data: string; |
6 | }; |
7 | export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET }; |
Note:
See TracBrowser
for help on using the repository browser.