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