Function isEmpty

  • Check's the provided input is valid.

    Parameters

    • data: unknown

      The input data to be checked for emptiness.

    Returns boolean

    • Returns true if the input is empty, otherwise returns false.

Generated using TypeDoc