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

x/kd_clients/core/Guard.ts>Guard.isLessThanOne

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
method Guard.isLessThanOne
import { Guard } from "https://deno.land/x/kd_clients@v0.0.5/core/Guard.ts";

Checks if a variable value is null or undefined.

Parameters

value: undefined | null | number

The value to check.

optional
funcName = [UNSUPPORTED]

The name of the function that is calling this function.

optional
paramName = [UNSUPPORTED]

The name of the parameter that is being checked.