UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

10 lines (7 loc) 163 B
module.exports = EmptyPacket; function EmptyPacket() { } EmptyPacket.prototype.parse = function parse() { }; EmptyPacket.prototype.write = function write() { };