UNPKG

@energypatrikhu/keysender

Version:

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

7 lines (4 loc) 198 B
import { _getAllWindows } from "./addon"; import { normalizeWindowInfo } from "./utils"; const getAllWindows = () => _getAllWindows().map(normalizeWindowInfo); export default getAllWindows;