Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/src/utilities/parameter-checking.ts>isValidNumber

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
function isValidNumber
import { isValidNumber } from "https://deno.land/x/docxml@5.15.1/src/utilities/parameter-checking.ts";

A function to check if any arbitrary property of an object is NaN. Intended to be used as a possible callback for the checkForForbiddenParameters function in case we want to detect NaN.

Parameters

objectProperty: unknown

Returns

boolean