UNPKG

react-hotkeys

Version:

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

7 lines (5 loc) 179 B
import isObject from '../object/isObject'; function size(collection) { return isObject(collection) ? Object.keys(collection).length : collection.length; } export default size;