sindresorhus / invert-kv
Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}
JavaScript MIT Created Jun 26, 2014
- Created
- 12 years ago
- Jun 26, 2014
Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}