UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

8 lines (5 loc) 151 B
'use strict'; function isObject(value) { return typeof value === 'object' && value !== null && !Array.isArray(value); } module.exports = isObject;