Home Manual Reference Source

Usage

Import the library where needed

const implementations = await import('@union-find/contiguous');
// or
import * as implementations from '@union-find/contiguous';