• Checks if the object is empty

    Example

    isEmpty({ a: 1 }); // false
    

    Example

    isEmpty({}); // true
    

    Parameters

    • obj: Record<string, unknown>

    Returns boolean

Generated using TypeDoc