keysender
Version:
Node.js keyboard and mouse inputs emulator, global hotkey register for Windows
7 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const addon_1 = require("./addon");
const utils_1 = require("./utils");
const getAllWindows = () => (0, addon_1._getAllWindows)().map(utils_1.normalizeWindowInfo);
exports.default = getAllWindows;
//# sourceMappingURL=getAllWindows.js.map