mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Add map doc note to _.toPairs and _.toPairsIn. [ci skip]
This commit is contained in:
@@ -12885,7 +12885,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of own enumerable string keyed-value pairs for `object`
|
* Creates an array of own enumerable string keyed-value pairs for `object`
|
||||||
* which can be consumed by `_.fromPairs`.
|
* which can be consumed by `_.fromPairs`. If `object` is a map, its entries
|
||||||
|
* are returned.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -12910,7 +12911,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of own and inherited enumerable string keyed-value pairs
|
* Creates an array of own and inherited enumerable string keyed-value pairs
|
||||||
* for `object` which can be consumed by `_.fromPairs`.
|
* for `object` which can be consumed by `_.fromPairs`. If `object` is a map,
|
||||||
|
* its entries are returned.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user