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

x/actionify/src/deps/just.ts>isNumber

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function isNumber
import { isNumber } from "https://deno.land/x/actionify@0.3.0/src/deps/just.ts";

Returns whether the payload is a number (but not NaN)

This will return false for NaN!!

Parameters

payload: any

Returns

payload is number