Strips the given string array of any blank values (either null, undefined of empty string).
null
undefined
Optional
The string array to be cleaned.
undefined if the given array was undefined, the cleaned up array otherwise.
Generated using TypeDoc
Strips the given string array of any blank values (either
null,undefinedof empty string).