UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

16 lines (12 loc) 229 B
'use strict'; module.exports = function (obj) { if (typeof obj !== 'object') { throw new TypeError('Expected an object'); } var ret = {}; for (var key in obj) { var val = obj[key]; ret[val] = key; } return ret; };