Drarig29 / brackets-manager.js

A simple library to manage tournament brackets (round-robin, single elimination, double elimination).
https://drarig29.github.io/brackets-docs
MIT License
245 stars 38 forks source link

Export all helpers in public API #146

Closed Drarig29 closed 1 year ago

Drarig29 commented 1 year ago

Before this PR, only a selection of helpers was exported.

Now, we export all of them. Even the less useful ones. Because... who knows. (and because I won't have to maintain the list of exported helpers anymore 😅)