UNPKG

@nhz.io/conf-streams

Version:

Configure and compose streams from JSON config and plugins

12 lines (8 loc) 246 B
const CHAINKEY = 'chain' const MERGEKEY = 'merge' const getChainList = o => o[CHAINKEY] && o[CHAINKEY].slice() const getMergeList = o => o[MERGEKEY] && o[MERGEKEY].slice() module.exports = { CHAINKEY, MERGEKEY, getChainList, getMergeList, }