pokemon-showdown/dev-tools/globals.ts
Ben Davies 74131dbf58 Typescript: crashlogger.js (#3605)
Depended on by numerous other modules to be moved over to Typescript
before they can.
2017-06-11 11:16:21 -05:00

6 lines
144 B
TypeScript

interface AnyObject {[k: string]: any}
let Config = require('./config/config');
let Dex = require('./sim/dex');
// let Sim = require('./sim');