Skip to main content
Module

x/authlete_deno/mod.ts>isNotEmpty

Authlete Library for Deno
Latest
function isNotEmpty
import { isNotEmpty } from "https://deno.land/x/authlete_deno@v1.2.10/mod.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