UNPKG

@foo-software/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

9 lines (8 loc) 192 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isBrowser; function isBrowser() { return typeof window !== 'undefined' && window.document; }