UNPKG

papermc-api

Version:

Its a PaperMC Downloads API client for node.js.

6 lines (5 loc) 233 B
import { Project } from "./Project"; export declare class PaperAPI { static projects(): Promise<Project[] | null>; static project(proyect: ("paper" | "travertine" | "waterfall" | "velocity")): Promise<Project | null>; }