UNPKG

react-hotkeys

Version:

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

5 lines (4 loc) 93 B
function hasKey(object, key) { return object.hasOwnProperty(key); } export default hasKey;