Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Various HTTP clients for miscellaneous use.
Latest
method Guard.isLessThanOne
import { Guard } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/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.