UNPKG

@javelin/net

Version:

Networking protocol and utilities for Javelin ECS.

5 lines 202 B
import { Heap } from "./heap"; export declare class MinHeap<$Value> extends Heap<$Value> { pairIsInCorrectOrder(elementA: $Value, elementB: $Value): boolean; } //# sourceMappingURL=min_heap.d.ts.map