UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (5 loc) 150 B
function isObject(value) { const type = typeof value; return value != null && (type === 'object' || type === 'function'); } export { isObject };