UNPKG

programming-game

Version:

The client for programming game, an mmorpg that you interact with entirely through code.

7 lines (6 loc) 195 B
import { Constants } from "./types"; /** * @deprecated * Use heartbeat.constants instead as those will always contain the latest constant values. */ export declare const constants: Constants;