UNPKG

@anzerr/tcp.proxy

Version:
16 lines (13 loc) 144 B
module.exports = { safe: (cd) => { try { return cd(); } catch(e) { // } }, ENUM: { RX: 'recieved', TX: 'transmitted' } };