mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Doc cleanup. [ci skip]
This commit is contained in:
committed by
jdalton
parent
53ea73238a
commit
5bd0a53edd
@@ -3400,8 +3400,8 @@
|
|||||||
* A specialized version of `baseIsEqualDeep` for comparing objects of
|
* A specialized version of `baseIsEqualDeep` for comparing objects of
|
||||||
* the same `toStringTag`.
|
* the same `toStringTag`.
|
||||||
*
|
*
|
||||||
* **Note:** This function only supports comparing values with `toStringTag`
|
* **Note:** This function only supports comparing values with tags of
|
||||||
* values of `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
|
* `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Object} value The object to compare.
|
* @param {Object} value The object to compare.
|
||||||
@@ -3631,8 +3631,8 @@
|
|||||||
/**
|
/**
|
||||||
* Initializes an object clone based on its `toStringTag`.
|
* Initializes an object clone based on its `toStringTag`.
|
||||||
*
|
*
|
||||||
* **Note:** This function only supports cloning values with `toStringTag`
|
* **Note:** This function only supports cloning values with tags of
|
||||||
* values of `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
|
* `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
@@ -6576,7 +6576,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Collection
|
* @category Collection
|
||||||
* @param {Array|Object|string} collection The collection to convert.
|
* @param {Array|Object|string} collection The collection to convert.
|
||||||
* @returns {Array} Returns the new converted array.
|
* @returns {Array} Returns the converted array.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* (function() { return _.toArray(arguments).slice(1); })(1, 2, 3, 4);
|
* (function() { return _.toArray(arguments).slice(1); })(1, 2, 3, 4);
|
||||||
@@ -9241,7 +9241,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category String
|
* @category String
|
||||||
* @param {string} [string=''] The string to camel case.
|
* @param {string} [string=''] The string to convert.
|
||||||
* @returns {string} Returns the camel cased string.
|
* @returns {string} Returns the camel cased string.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -9396,7 +9396,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category String
|
* @category String
|
||||||
* @param {string} [string=''] The string to kebab case.
|
* @param {string} [string=''] The string to convert.
|
||||||
* @returns {string} Returns the kebab cased string.
|
* @returns {string} Returns the kebab cased string.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -9519,7 +9519,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category String
|
* @category String
|
||||||
* @param {string} string The string to parse.
|
* @param {string} string The string to convert.
|
||||||
* @param {number} [radix] The radix to interpret `value` by.
|
* @param {number} [radix] The radix to interpret `value` by.
|
||||||
* @param- {Object} [guard] Enables use as a callback for functions like `_.map`.
|
* @param- {Object} [guard] Enables use as a callback for functions like `_.map`.
|
||||||
* @returns {number} Returns the converted integer.
|
* @returns {number} Returns the converted integer.
|
||||||
@@ -9602,7 +9602,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category String
|
* @category String
|
||||||
* @param {string} [string=''] The string to snake case.
|
* @param {string} [string=''] The string to convert.
|
||||||
* @returns {string} Returns the snake cased string.
|
* @returns {string} Returns the snake cased string.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user