Skip to main content
Module

x/bzfquery/bzfquery.ts>ITeam

JavaScript/TypeScript version of bzfquery for Deno with no external dependencies. It can also be used as a library or from the command line.
Latest
interface ITeam
import { type ITeam } from "https://deno.land/x/bzfquery@v1.0.4/bzfquery.ts";

Team information

Properties

name: TeamName

Which team (color/name)

players: number

Number of players

maxPlayers: number

Maximum number of players

optional
wins: number

Number of wins (points)

optional
losses: number

Number of losses (-points)