surfingkeys-conf/hints.js

10 lines
154 B
JavaScript

if (typeof Hints === "undefined") {
module.exports = {
create: () => {},
dispatchMouseClick: () => {},
}
} else {
module.exports = Hints
}