mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Cleanup _.isSafeInteger description. [ci skip]
This commit is contained in:
@@ -9546,8 +9546,7 @@
|
||||
|
||||
/**
|
||||
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754
|
||||
* double precision number which isn't the result of rounding result of unsafe
|
||||
* integers.
|
||||
* double precision number which isn't the result of a rounded unsafe integer.
|
||||
*
|
||||
* **Note:** This method is based on [`Number.isSafeInteger`](http://ecma-international.org/ecma-262/6.0/#sec-number.issafeinteger).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user