Files
Yae/native.d.ts
HolographicHat 41af9c7cdb better pause impl
2022-04-06 13:05:20 +08:00

9 lines
359 B
TypeScript

export function selectGameExecutable(): string
export function checkGameIsRunning(processName: string): boolean
export function whoUseThePort(port: number): object
export function copyToClipboard(value: string): any
export function enablePrivilege(): any
export function getDeviceInfo(): any
export function getDeviceID(): string
export function pause(): any