UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

7 lines (5 loc) 110 B
module.exports = EmptyPacket; function EmptyPacket() { } EmptyPacket.prototype.write = function(writer) { };