// var Dex = require('../sim/dex'); // var Sim = require('../sim/index'); /** @typedef {JSONObject | JSONArray | string | number | boolean} JSONValue */ /** @typedef {{[k: string]: JSONValue}} JSONObject */ /** @typedef {JSONValue[]} JSONArray */ /** @typedef {{[k: string]: any}} AnyObject */ /** @typedef {string} ID */ /** @type {any} */ // var Sim = {Battle() {}};