UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

23 lines (14 loc) 436 B
/** * Types for the `generic-graph` module * * @module */ /** * A node in a `GenericGraph`. */ /** * Context used for shortest-path traversal algorithm * * @template T The type of nodes in the graph * @internal */