mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
7 lines
93 B
TypeScript
7 lines
93 B
TypeScript
declare namespace NodeJS {
|
|
interface Global {
|
|
Dex: any
|
|
toId(input: any): string
|
|
}
|
|
}
|