UNPKG

react-hotkeys

Version:

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

13 lines (10 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function isUndefined(object) { return typeof object === 'undefined'; } var _default = isUndefined; exports.default = _default;