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

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

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

Check if the given value is not empty.

Parameters

value:
| undefined
| null
| string
| object