UNPKG

bfx-api-node-core

Version:
12 lines (8 loc) 178 B
'use strict' module.exports = (state = {}, msg) => { const { emit } = state const { cid } = msg emit('event:pong', msg) emit(`event:pong:${cid}`, msg) return null }