UNPKG

binaryheapx

Version:

JavaScript Implementation of the Binary Heap.

4 lines (2 loc) 61 B
'use strict'; module.exports = require('./lib/BinaryHeap');