UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

11 lines (7 loc) 237 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isObject(value) { const type = typeof value; return value != null && (type === 'object' || type === 'function'); } exports.isObject = isObject;