Skip to content

Support Tree Shaking / Selective Imports #18

@curran

Description

@curran

As a developer, I want to be able to only include the functions required from this library, excluding the ones I don't need, so that I can minimize my bundle size.

Example scenarios:

  • Topological sort is required, but not Shortest Path.
  • Shortest Path is required, but not Topological sort.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions