Function stringValueOrEmpty

  • Converted any given blank values to an empty string (""). If the given value contains a string, the method will return it unarmed.

    Parameters

    • Optional value: string | false

      The value to convert.

    Returns string

    the exact given string if not blank, an empty string otherwise.

Generated using TypeDoc