import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isNumber } = is_what;
Returns whether the payload is a number (but not NaN)
This will return false
for NaN
!!
import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isNumber } = is_what;
Returns whether the payload is a number (but not NaN)
This will return false
for NaN
!!