pokemon-showdown/dev-tools/globals.ts
Guangcong Luo e34c77930a Start creating classes for getEffect data
Currently, getEffect/getTemplate/getMove/etc return bare objects.
Refactoring their returns into classes will allow TypeScript to type
check them.
2017-05-09 16:00:11 -05:00

5 lines
103 B
TypeScript

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