• Returns whether the given object is not undefined

    Parameters

    • object: any

      the object to check

    Returns boolean

    whether the given object is not undefined

    isNotUndefined('foobar');    // true