UNPKG

bfx-api-node-core

Version:
7 lines (5 loc) 113 B
'use strict' module.exports = (id, wsState = {}) => { const { plugins = {} } = wsState return plugins[id] }