UNPKG
libuiohook-node
Version:
beta (0.2.0-beta.3)
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-beta.3
0.2.0-beta.2
0.2.0-beta.1
0.1.2
0.1.1
NodeJS bindings for libuiohook
github.com/Rosga/libuiohook
Rosga/libuiohook
libuiohook-node
/
index.js
8 lines
(5 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
IOHook
=
require(
"./lib/iohook"
);
module
.
exports
= { IOHook: IOHook.IOHook, Events: IOHook.Events, }