UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines (6 loc) 235 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isSection(arr) { return typeof arr[0] === 'object' && Object.prototype.hasOwnProperty.call(arr[0], 'options'); } exports.isSection = isSection;