UNPKG

react-toolbox

Version:

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

4 lines (3 loc) 99 B
export default function isBrowser() { return typeof window !== 'undefined' && window.document; }