Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/authlete_deno/src/util/util.ts>isUndefined

Authlete Library for Deno
Go to Latest
function isUndefined
import { isUndefined } from "https://deno.land/x/authlete_deno@v1.2.3/src/util/util.ts";

Check if the given value is undefined.

Parameters

value: any