Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GameStyle

import type { GameStyle } from "https://raw.githubusercontent.com/The-Noah/bzfquery.js/master/bzfquery.ts";
type GameStyle =
| "FFA"
| "CTF"
| "OFFA"
| "Rabbit";

§Type

§
"FFA" | "CTF" | "OFFA" | "Rabbit"
[src]