UNPKG

@bookbox/view-html

Version:

Bookbox view for html

12 lines (11 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setGlobalActions = void 0; const goto_1 = require("../goto"); /** * `gotoKey` — global function */ function setGlobalActions() { window.gotoKey = goto_1.gotoKey; } exports.setGlobalActions = setGlobalActions;