• Checks if the array is empty

    Example

    isEmpty([1,2]); // false
    

    Example

    isEmpty([]); // true
    

    Type Parameters

    • T

    Parameters

    • array: T[]

    Returns boolean

Generated using TypeDoc