UNPKG

binomial-heap

Version:

No dependency binomial heap, compatible with typescript, can have custom compare function

4 lines (3 loc) 102 B
import { heap } from './heap/heap'; export { Heap, PromiseHeap } from './types'; export default heap;