import { isNumber } from "https://deno.land/x/is_what@v4.1.15/dist/index.d.ts";
Returns whether the payload is a number (but not NaN)
This will return false
for NaN
!!
import { isNumber } from "https://deno.land/x/is_what@v4.1.15/dist/index.d.ts";
Returns whether the payload is a number (but not NaN)
This will return false
for NaN
!!