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

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

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

Check if the given value is empty.

Parameters

value:
| undefined
| null
| string
| object