Skip to main content
Module

x/is_what/dist/index.d.ts>isNaNValue

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Go to Latest
function isNaNValue
import { isNaNValue } from "https://deno.land/x/is_what@v4.1.15/dist/index.d.ts";

Returns whether the payload is literally the value NaN (it's NaN and also a number)

Parameters

payload: any

Returns

payload is NaN