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

    Function isNotEmpty

    • Returns whether the given object is not empty

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is not empty

      David Hsing

      isNotEmpty('foobar');    // true
      isNotEmpty([undefined, null]); // true