mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Remove deprecated indicators from _.isFinite, _.isNaN, _.isNull, _.isUndefined, and _.result docs. [ci skip]
Former-commit-id: 39a6e1a4a948469993afb90c6303f1f6faa661fd
This commit is contained in:
@@ -1339,7 +1339,6 @@
|
||||
* Note: This is not the same as native `isFinite`, which will return true for
|
||||
* booleans and empty strings. See http://es5.github.com/#x15.1.2.5.
|
||||
*
|
||||
* @deprecated
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
@@ -1423,7 +1422,6 @@
|
||||
* Note: This is not the same as native `isNaN`, which will return true for
|
||||
* `undefined` and other values. See http://es5.github.com/#x15.1.2.4.
|
||||
*
|
||||
* @deprecated
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
@@ -1452,7 +1450,6 @@
|
||||
/**
|
||||
* Checks if `value` is `null`.
|
||||
*
|
||||
* @deprecated
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
@@ -1560,7 +1557,6 @@
|
||||
/**
|
||||
* Checks if `value` is `undefined`.
|
||||
*
|
||||
* @deprecated
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
@@ -3701,7 +3697,6 @@
|
||||
* it will be invoked and its result returned, else the property value is
|
||||
* returned. If `object` is falsey, then `null` is returned.
|
||||
*
|
||||
* @deprecated
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
|
||||
Reference in New Issue
Block a user