Lodash.toPairsIn

Creates an array of own and inherited enumerable string keyed-value pairs for object which can be consumed by _.fromPairs. If object is a map or set, its entries are returned.

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

Return Value

Type: auto ref

- Lodash chained on (Array): the key-value pairs.

Meta