brackets-model icon indicating copy to clipboard operation
brackets-model copied to clipboard

Types to manage tournament brackets

Results 3 brackets-model issues
Sort by recently updated
recently updated
newest added

When trying to create a Stage with Seeding the same way as in [`custom.spec.js#L16`](https://github.com/Drarig29/brackets-manager.js/blob/master/test/custom.spec.js#L16) TypeScripts errors. This is due to the fact that a `CustomParticipant` also requires to have the...

enhancement

The libraries from https://github.com/Drarig29/brackets-storage should not need to rely on brackets-manager's types. Also, the `CrudInterface` that would be exported from `brackets-model` should be way simpler than the ones in the...

enhancement

TypeDoc supports a [`@defaultValue`](https://typedoc.org/tags/defaultValue/) tag, which adds a default value in the generated documentation. Add this everywhere.