UNPKG

@shopify/polaris

Version:

Shopify’s product component library

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