UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (4 loc) 192 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const isServer = typeof window === 'undefined' || typeof document === 'undefined'; exports.isServer = isServer;