source:
trip-planner-front/node_modules/engine.io-parser/build/esm/decodePacket.d.ts@
84d0fbb
Last change on this file since 84d0fbb was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | declare 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 | }; |
11 | export default decodePacket; |
Note:
See TracBrowser
for help on using the repository browser.