UNPKG

mc-piston-api

Version:

A library to assist with Minecraft's piston-meta API.

8 lines (7 loc) 238 B
import { VersionManifestV2 } from "./schema/VersionManifestV2"; /** * Gets all the officially available versions of Minecraft. * * @returns The versions manifest. */ export declare const getVersions: () => Promise<VersionManifestV2>;