Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-invert-kv
invert the key/value of an object
https://github.com/sindresorhus/invert-kv
0
no reviews
Install
This module provides a method to invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}
Node.js is an event-based server-side JavaScript engine.