UNPKG

react-hotkeys

Version:

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

8 lines (6 loc) 186 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react-hotkeys.production.min.js'); } else { module.exports = require('./cjs/index.js'); }