Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function isUndefinedOrNull
import { isUndefinedOrNull } from "https://deno.land/x/authlete_deno@v1.2.3/src/util/util.ts";

Check if the given value is undefined or null.

Parameters

value: any