mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-17 22:20:55 -05:00
Currently, getEffect/getTemplate/getMove/etc return bare objects. Refactoring their returns into classes will allow TypeScript to type check them.
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
interface AnyObject {[k: string]: any}
|
|
|
|
var Dex = require('./sim/dex');
|
|
// var Sim = require('./sim');
|