MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / isSafeInteger

Function isSafeInteger

libraries/lodash.js:12110–12112  ·  view source on GitHub ↗

* 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 a rounded unsafe integer. * * **Note:** This method is based on * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). * * @static

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

isIntegerFunction · 0.85

Tested by

no test coverage detected