Python's heap and priority queue library for JavaScript. Parents are js-data-structures and @heap-data-structure.
import {
heapify ,
heappop ,
heappush ,
heappushpop ,
heapreplace ,
merge ,
nlargest ,
nsmallest ,
} from '@data-structure/heapq' ;