mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-06 22:52:49 +08:00
10 lines
404 B
TypeScript
10 lines
404 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 openUrl(url: string): number
|
|
export function pause(): any
|