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

    Function isNotUndefined

    • Returns whether the given object is not undefined

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is not undefined

      David Hsing

      isNotUndefined('foobar');    // true