import { isNaN } from "https://deno.land/x/deno@v2.0.4/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@v2.0.4/cli/tsc/dts/lib.es5.d.ts";
Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).