Invert the key/value of an object. Example: {foo: 'bar'}
→ {bar: 'foo'}
Reverse minimist. Convert an object of options into an array of command-line arguments.
Transform a string by swapping every character from upper to lower case, or lower to upper case
Curated collection of data structures for the JavaScript/TypeScript.