UNPKG

shortcutter

Version:

Tiny, dependency-free library to manage keyboard shortcuts in your application.

8 lines (7 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useShortcutter = exports.PHASES = void 0; var types_1 = require("./types"); Object.defineProperty(exports, "PHASES", { enumerable: true, get: function () { return types_1.PHASES; } }); var shortcutter_1 = require("./shortcutter"); Object.defineProperty(exports, "useShortcutter", { enumerable: true, get: function () { return shortcutter_1.useShortcutter; } });