UNPKG

twokeys-server

Version:

Server for 2Keys

6 lines 188 B
"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