import { isNaN } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/lang.js";
Checks if value
is NaN
.
Note: This method is based on
Number.isNaN
and is not the same as
global isNaN
which returns true
for
undefined
and other non-number values.