UNPKG

@appbuckets/react-ui-smart-components

Version:

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

6 lines (4 loc) 141 B
function isObject(value) { return typeof value === 'object' && value !== null && !Array.isArray(value); } export { isObject as default };