@nevware21/ts-utils
    Preparing search index...

    Function strIsNullOrEmpty

    • Checks whether the passed value is null, undefined or an empty string.

      Parameters

      • value: string

        The string value to be checked.

      Returns boolean

      true if the string is null, undefined or an empty string.