tournament-organizer

A Node.js ESM module for organizing tournaments, written in TypeScript.

Installation

npm i tournament-organizer

Importing

In Node.js:

import TournamentOrganizer from 'tournament-organizer';

In the browser:

import TournamentOrganizer from "https://unpkg.com/tournament-organizer/dist/index.module.js";

About

For more information, visit the repository.

Generated using TypeDoc