Function isEmptyObject

  • Checks whether a given value is an empty object, where an empty object is {}.

    Returns

    Returns a boolean indicating whether the value is an empty object

    Parameters

    • value: any

    Returns boolean

Generated using TypeDoc