You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value of index is out of bounds — less than the negative number of elements or equal to or greater than the number of elements — it returns undefined.
https://api.jquery.com/get/
cheerio/src/api/traversing.ts
Line 913 in 114a45a
This should be
: T | undefined;
.The text was updated successfully, but these errors were encountered: