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

x/kd_clients/core/Utils.ts>Utils.isNumber

Various HTTP clients for miscellaneous use.
Latest
method Utils.isNumber
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Utils.ts";

Returns a value indicating if the given value is a number.

Parameters

value: unknown

The value to check.

Returns

value is number

True if the value is a number, otherwise false.