Files
Yae/native.d.ts
2022-04-05 02:22:01 +08:00

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