In lodash, what is the opposite of `pairs()`?

Viewed 13725

I cant't see it in the docs - http://lodash.com/docs - please help me:

What is the opposite of _.pairs()? There must be one - I just cant' see where!

The goal is to produce key/value pairs from an array of the form [['key1':'value1'], ['key2':'value2'], ...]

Not that I really need it a lib for that: I just like to re-use things..

2 Answers
Related