mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Wrapper doc tweaks. [ci skip]
This commit is contained in:
@@ -4546,7 +4546,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Produces the result of coercing the wrapped value to a string.
|
||||
* Produces the result of coercing the unwrapped value to a string.
|
||||
*
|
||||
* @name toString
|
||||
* @memberOf _
|
||||
@@ -4562,13 +4562,13 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Extracts the wrapped value.
|
||||
* Extracts the unwrapped value from its wrapper.
|
||||
*
|
||||
* @name valueOf
|
||||
* @memberOf _
|
||||
* @alias toJSON, value
|
||||
* @category Chain
|
||||
* @returns {*} Returns the wrapped value.
|
||||
* @returns {*} Returns the unwrapped value.
|
||||
* @example
|
||||
*
|
||||
* _([1, 2, 3]).valueOf();
|
||||
|
||||
Reference in New Issue
Block a user