Home > @infiniteobjects/core-library > Assert > isEmptyArray
Returns true if the given Array is empty
true
Signature:
static isEmptyArray(array: unknown): boolean;
Returns:
boolean