electron/lib/browser/api/global-shortcut.ts
Shelley Vohr 659e79fc08
refactor: prevent consistent early exception (#24191)
* refactor: prevent consistent early exception

* Use _linkedBinding where possible

* Remove dead electronBinding
2020-06-22 20:32:45 -07:00

2 lines
118 B
TypeScript

const { globalShortcut } = process._linkedBinding('electron_browser_global_shortcut');
export default globalShortcut;