import { is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts";
const { isNaNValue } = is_what;
Returns whether the payload is literally the value NaN
(it's NaN
and also a number
)
x/libpkgx/src/deps.ts>is_what.isNaNValue
import { is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts";
const { isNaNValue } = is_what;
Returns whether the payload is literally the value NaN
(it's NaN
and also a number
)