mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
define(['./_baseValues', './keysIn'], function(baseValues, keysIn) {
|
||||
|
||||
/**
|
||||
* Creates an array of the own and inherited enumerable property values of `object`.
|
||||
* Creates an array of the own and inherited enumerable string keyed property
|
||||
* values of `object`.
|
||||
*
|
||||
* **Note:** Non-object values are coerced to objects.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 3.0.0
|
||||
* @category Object
|
||||
* @param {Object} object The object to query.
|
||||
* @returns {Array} Returns the array of property values.
|
||||
|
||||
Reference in New Issue
Block a user