UNPKG

@mcdata/data

Version:

Minecraft data used in the API/Discord client.

9 lines (8 loc) 154 B
import { Game } from './types'; export declare const games: { meta: { date: string; majorVersion: string; }; data: Game[]; };