Function isEmptyObj

  • Returns true if the passed object is empty (ie. {}) and false if not.

    Parameters

    • obj: any

      The object to test

    Returns boolean

    The result of the test

Generated using TypeDoc