The cycle detector algorithm, defaults to PearceKellyDetector.
For creating a new Map
. Defaults to the native Map
.
If you need to support enviroments without a native Map
implementation
and don't want to use a global polyfill, pass the Map
object with this
options:
import * as Map from "core-js/es6/map";
const graph = new GenericGraphAdapter({mapConstructor: Map}):
Generated using TypeDoc
Options that can be passed to GenericGraphAdapter.