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