UNPKG

brackets-manager

Version:

A simple library to manage tournament brackets (round-robin, single elimination, double elimination)

11 lines 669 B
export { BracketsManager, CallableCreate } from './manager'; export { CrudInterface, Database, Duel, OmitId, OrderingMap, ParticipantSlot, Scores, Side, StandardBracketResults, Storage, Table, ValueToArray, DataTypes, FinalStandingsItem, IdMapping, ParitySplit, RoundPositionalInfo, Nullable, DeepPartial, ChildCountLevel, } from './types'; export * as helpers from './helpers'; export { ordering } from './ordering'; export { Get } from './get'; export { Update } from './update'; export { Find } from './find'; export { Reset } from './reset'; export { Delete } from './delete'; export { StageCreator } from './base/stage/creator'; //# sourceMappingURL=index.d.ts.map