Home Manual Reference Source

Usage

Import where needed:

const heapSort = await import('@comparison-sorting/heap-sort');
// or
import * as heapSort from '@comparison-sorting/heap-sort';