| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > MinimumHeap > peek
Retrieves the root item from the heap without removing it.
Signature:
peek(): T | undefined;Returns:
T | undefined
the root item, or undefined if the heap is empty