UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (3 loc) 128 B
'use strict'; const isServer = typeof window === 'undefined' || typeof document === 'undefined'; exports.isServer = isServer;