Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/isSafeInteger.js";

Functions

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.