UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (4 loc) 147 B
function isSection(arr) { return typeof arr[0] === 'object' && Object.prototype.hasOwnProperty.call(arr[0], 'options'); } export { isSection };