pokemon-showdown/dev-tools/node.d.ts
2018-10-05 04:02:54 -05:00

12 lines
170 B
TypeScript

declare namespace NodeJS {
interface Global {
Dex: any
Dnsbl: any
toId(input: any): string
Config: any
TeamValidator: any
Chat: any
__version: string
}
}