UNPKG

bfx-api-node-core

Version:
10 lines (7 loc) 187 B
'use strict' module.exports = (state = {}, comp = () => false) => { const { channels = {} } = state return Object.keys(channels).find(cId => { return comp(channels[cId]) }) }