UNPKG

typed-adventureland

Version:
5 lines (4 loc) 161 B
declare global { function enter(dungeon: string, instance?: string): Promise<any>; } export type DungeonName = "duelland" | "crypt" | "winter_instance";