mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10: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
|
* @name toString
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -4562,13 +4562,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extracts the wrapped value.
|
* Extracts the unwrapped value from its wrapper.
|
||||||
*
|
*
|
||||||
* @name valueOf
|
* @name valueOf
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @alias toJSON, value
|
* @alias toJSON, value
|
||||||
* @category Chain
|
* @category Chain
|
||||||
* @returns {*} Returns the wrapped value.
|
* @returns {*} Returns the unwrapped value.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* _([1, 2, 3]).valueOf();
|
* _([1, 2, 3]).valueOf();
|
||||||
|
|||||||
Reference in New Issue
Block a user