import { isNaN } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.es5.d.ts";
Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).
import { isNaN } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.es5.d.ts";
Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).