source:
trip-planner-front/node_modules/engine.io-parser/build/esm/encodePacket.d.ts
Last change on this file was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 153 bytes |
Rev | Line | |
---|---|---|
[e29cc2e] | 1 | declare const encodePacket: ({ type, data }: { |
2 | type: any; | |
3 | data: any; | |
4 | }, supportsBinary: any, callback: any) => any; | |
5 | export default encodePacket; |
Note:
See TracBrowser
for help on using the repository browser.