Files
TheChaseBuzzer/node_modules/engine.io-parser/build/esm/commons.d.ts
T
2022-12-22 20:22:22 +11:00

8 lines
204 B
TypeScript

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 };