module.exports = EmptyPacket;function EmptyPacket() {} EmptyPacket.prototype.write = function(writer) {};
module.exports = EmptyPacket;
function EmptyPacket() {
}
EmptyPacket.prototype.write = function(writer) {
};