@yookue/ts-lang-utils
    Preparing search index...

    Function filterIgnoreBlank

    • Returns the filtered array of the gaven strings, without blanks

      Parameters

      • Optionaltexts: (undefined | null | string)[]

        the source string to inspect

      Returns undefined | string[]

      the filtered array of the gaven strings, without blanks

      David Hsing

      filterIgnoreEmpty([null, undefined, ' ', 'foobar']);    //  ['foobar']