projecte_ionic/node_modules/engine.io-parser/build/esm/commons.d.ts
2022-02-09 18:30:03 +01:00

7 lines
204 B
TypeScript
Executable file

declare const PACKET_TYPES: any;
declare const PACKET_TYPES_REVERSE: any;
declare const ERROR_PACKET: {
type: string;
data: string;
};
export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };