package.dist.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-hotkeys-hook Show documentation
Show all versions of react-hotkeys-hook Show documentation
React hook for handling keyboard shortcuts
The newest version!
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./react-hotkeys-hook.cjs.production.min.js')
} else {
module.exports = require('./react-hotkeys-hook.cjs.development.js')
}