mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Add _.fromPairs to mention to _.toPairs and _.toPairsIn. [ci skip]
This commit is contained in:
@@ -11711,7 +11711,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of own enumerable key-value pairs for `object`.
|
* Creates an array of own enumerable key-value pairs for `object` which
|
||||||
|
* can be consumed by `_.fromPairs`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -11735,7 +11736,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of own and inherited enumerable key-value pairs for `object`.
|
* Creates an array of own and inherited enumerable key-value pairs for
|
||||||
|
* `object` which can be consumed by `_.fromPairs`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user