UNPKG

win10-find-all-video-capture-devices

Version:
8 lines (7 loc) 167 B
module.exports = object => Object.entries(object) .reduce((acc, [key, value]) => { // switch key and value acc[value] = key return acc }, {})