UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (5 loc) 171 B
'use strict'; function isSection(arr) { return typeof arr[0] === 'object' && Object.prototype.hasOwnProperty.call(arr[0], 'options'); } exports.isSection = isSection;