UNPKG

@rinq/websocket

Version:
8 lines (6 loc) 189 B
module.exports = function selectByType (type, options) { if (!options.hasOwnProperty(type)) { throw new Error('Unsupported message type: ' + type + '.') } return options[type] }