Function arrayCleanStringArray

  • Strips the given string array of any blank values (either null, undefined of empty string).

    Parameters

    • Optional array: (undefined | null | string)[]

      The string array to be cleaned.

    Returns undefined | string[]

    undefined if the given array was undefined, the cleaned up array otherwise.

Generated using TypeDoc