UNPKG
twokeys-server
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.2
0.3.1
0.3.0
Server for 2Keys
Gum-Joe/2Keys
twokeys-server
/
lib
/
test.js
6 lines
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
run_hotkey =
require
(
"./lib/util/ahk"
).
run_hotkey
;
async
function
test
(
) {
await
run_hotkey
(
"test.ahk"
,
"TestFunc\n"
); } ;
test
();
//# sourceMappingURL=test.js.map