UNPKG
node-libuiohook
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
NodeJS bindings for libuiohook
github.com/planetary/libuiohook
planetary/libuiohook
node-libuiohook
/
index.js
8 lines
(5 loc)
•
117 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, }