mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-19 10:59:44 +08:00
12 lines
495 B
TypeScript
12 lines
495 B
TypeScript
export function selectGameExecutable(): string
|
|
export function checkGameIsRunning(processName: string): boolean
|
|
export function whoUseThePort(port: number): object
|
|
export function copyToClipboard(value: string): void
|
|
export function checkSnapFastcall(): boolean
|
|
export function enablePrivilege(): void
|
|
export function getDeviceInfo(): object
|
|
export function getMACAddress(): string
|
|
export function getDeviceID(): string
|
|
export function openUrl(url: string): number
|
|
export function pause(): void
|