Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Check if the given value is not empty.

Type Parameters

T extends string | any[] | object

Parameters

value: undefined | null | T

Returns

value is T