mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-01 06:56:29 -05:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
interface AnyObject {[k: string]: any}
|
|
|
|
let Config = require('./config/config');
|
|
let Dex = require('./sim/dex');
|
|
// let Sim = require('./sim');
|