Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function isUndefinedOrNull
import { isUndefinedOrNull } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Check if the given value is undefined or null.

Parameters

value: any

Returns

value is undefined | null