UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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