Function removeEmptyProperty

  • Removes all the keys from an object for which the value is empty.

    Parameters

    • data: AnyObject = {}

      The object that may contain empty properties.

    Returns any

    • An object with all the empty properties removed.

Generated using TypeDoc