source:
trip-planner-front/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts@
84d0fbb
Last change on this file since 84d0fbb was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
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.