import { isNaNValue } from "https://deno.land/x/is_what@v5.0.2/dist/index.js";
Returns whether the payload is literally the value NaN
(it's NaN
and also a number
)
import { isNaNValue } from "https://deno.land/x/is_what@v5.0.2/dist/index.js";
Returns whether the payload is literally the value NaN
(it's NaN
and also a number
)