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