UNPKG

earthmc

Version:

An unofficial EarthMC library providing handy methods and extensive info.

16 lines 613 B
import type { Prettify } from './util.js'; export * from './gps.js'; export * from './town.js'; export * from './nation.js'; export * from './resident.js'; export * from './player.js'; export * from './dynmap.js'; export * from './squaremap.js'; export * from './oapi.js'; export * from './util.js'; export declare const SQUAREMAP_MAPS: readonly ["aurora"]; export declare const DYNMAP_MAPS: readonly ["nova"]; export type SquaremapMap = typeof SQUAREMAP_MAPS[number]; export type DynmapMap = typeof DYNMAP_MAPS[number]; export type AnyMap = Prettify<SquaremapMap | DynmapMap>; //# sourceMappingURL=index.d.ts.map