Lodash.fromPairs

The inverse of _.toPairs; this method returns an object composed from key-value pairs.

struct Lodash
nothrow @trusted @safe ref
fromPairs
()
()

Return Value

Type: auto ref

- Lodash chained on (Object): the new object.

Meta