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

    Function isNotEmpty

    • Returns whether the given string is not empty

      Parameters

      • Optionaltext: null | string

        the string to check

      Returns boolean

      whether the given string is not empty

      David Hsing

      isNotEmpty('foobar');    // true