Function stringIsEmpty

  • Test whether the given string is strictly equal to an empty string.

    Parameters

    • value: string

      The string to test.

    Returns boolean

    true if the given string is empty, false otherwise.

Generated using TypeDoc