UNPKG

react-hotkeys

Version:

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

5 lines (4 loc) 101 B
function isUndefined(object) { return typeof object === 'undefined'; } export default isUndefined;