UNPKG

keysender

Version:

Node.js keyboard and mouse inputs emulator, global hotkey register for Windows

7 lines (6 loc) 233 B
import { WindowInfo } from "./types"; declare const getWindowChildren: { (parentHandle: number): WindowInfo[]; (parentTitle: string | null, parentClassName?: string | null): WindowInfo[]; }; export default getWindowChildren;