EmptyPacket.js 110 B

1234567
  1. module.exports = EmptyPacket;
  2. function EmptyPacket() {
  3. }
  4. EmptyPacket.prototype.write = function write() {
  5. };