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

    Function isNotBlank

    • Returns whether the given string is not blank

      Parameters

      • Optionaltext: null | string

        the string to check

      Returns boolean

      whether the given string is not blank

      David Hsing

      isNotBlank('foobar');    // true