UNPKG

@dweb-browser/core

Version:
6 lines (5 loc) 193 B
import { onSomeEvent } from "./internal/ipcEventExt.js"; const SHORTCUT_EVENT = "shortcut"; export const onShortcut = (runtime, cb) => { return onSomeEvent(runtime, SHORTCUT_EVENT, cb); };