avocado-old/packages/net/packet/index.js
2020-06-17 04:35:59 -05:00

9 lines
274 B
JavaScript

export {default as BundlePacket} from './bundle.packet';
export {Packet} from './packet';
// export * as SocketIoParser from './socket.io-parser';
import * as SocketIoParser from './socket.io-parser';
export {SocketIoParser};
export {default as Variant} from './variant';