mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-22 04:19:44 +08:00
6 lines
242 B
TypeScript
6 lines
242 B
TypeScript
export function selectGameExecutable(): string
|
|
export function checkGameIsRunning(processName: string): boolean
|
|
export function whoUseThePort(port: number): object
|
|
export function getDeviceInfo(): object
|
|
export function getDeviceID(): string
|