UNPKG

@ahmic/autoit-js

Version:
3 lines (2 loc) 206 B
import { Command } from './control-command'; export declare function ControlCommandByHandle(windowHandle: bigint, controlHandle: bigint, command: Command, option?: string, characterCount?: number): string;