mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-04-02 01:35:07 +08:00
6 lines
239 B
TypeScript
6 lines
239 B
TypeScript
export function selectGameExecutable(): string
|
|
export function checkGameIsRunning(processName: string): boolean
|
|
export function whoUseThePort(port: number): object
|
|
export function getDeviceInfo(): any
|
|
export function getDeviceID(): string
|