Function stringIsBlank

  • Test whether the given string is either undefined, null or equal to an empty string.

    Parameters

    • Optional value: null | string

      The string to test.

    Returns boolean

    true if the given string is blank, false otherwise.

Generated using TypeDoc