Files
Yae/native.d.ts
HolographicHat e4e76286c9 native addon
2022-04-04 22:50:59 +08:00

4 lines
164 B
TypeScript

export function selectGameExecutable(): string
export function checkGameIsRunning(processName: string): boolean
export function whoUseThePort(port: number): object