Files
Yae/native.d.ts
HolographicHat 700cbbb86d update
2022-04-13 20:54:00 +08:00

11 lines
449 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 checkSnapFastcall(): boolean
export function enablePrivilege(): any
export function getDeviceInfo(): any
export function getDeviceID(): string
export function openUrl(url: string): number
export function pause(): any