pokemon-showdown/dev-tools/node.d.ts
Quinton Lee a0b8228592 TypeScript: Improve Sim typing (#4069)
Also improves intellisense for Visual Studio and Visual Studio Code.
2017-10-20 07:53:26 -05:00

7 lines
93 B
TypeScript

declare namespace NodeJS {
interface Global {
Dex: any
toId(input: any): string
}
}