isNotEmptyArray
Check if the array is not empty.
Usage
import { isNotEmptyArray } from "lulinjs";
const result = isNotEmptyArray([1]);
// Output: true
Live Editor
Result
Loading...
Check if the array is not empty.
import { isNotEmptyArray } from "lulinjs";
const result = isNotEmptyArray([1]);
// Output: true