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

    Function isUndefined

    • Returns whether the given object is undefined

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is undefined

      David Hsing

      isUndefined(undefined);    // true
      isUndefined({}); // false