UNPKG

react-native-web-headroom

Version:
6 lines (4 loc) 137 B
const { toString } = Object.prototype; export default function isObject(value) { return toString.call(value) === '[object Object]'; }