Skip to main content

isNotEmptyArray

Check if the array is not empty.

Usage

import { isNotEmptyArray } from "lulinjs";

const result = isNotEmptyArray([1]);
// Output: true
Live Editor
Result
Loading...