UNPKG

react-hotkeys

Version:

A declarative library for handling hotkeys and focus within a React application

13 lines (10 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function hasKey(object, key) { return object.hasOwnProperty(key); } var _default = hasKey; exports.default = _default;