ItemQueueItems.peek method
ItemQueueItems › peek
Unofficial
Return the next item without removing it.Signature:
peek(): T | undefinedReturns: T | undefined — The next item, or undefined if empty.
ItemQueueItems › peek
Unofficial
Return the next item without removing it.Signature:
peek(): T | undefinedReturns: T | undefined — The next item, or undefined if empty.