Skip to main content
Go to Latest
function isUndefinedOrNull
import { isUndefinedOrNull } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Check if the given value is undefined or null.

Parameters

value: any