mirror of https://github.com/vladmandic/human
3 lines
166 B
TypeScript
3 lines
166 B
TypeScript
![]() |
import * as heapSort from './heapSort';
|
||
|
export declare function buildPartWithScoreQueue(scoreThreshold: any, localMaximumRadius: any, scores: any): heapSort.MaxHeap;
|