Files
Yae/native.d.ts
HolographicHat 18e3d3ffe3 fix #5
2022-04-05 19:11:12 +08:00

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