UNPKG

react-toolbox-reactrouter-mocha-boilerplate

Version:

### Getting Started 1. Clone this repository 2. Run `npm install && npm start` 3. Visit `0.0.0.0:8080` in your browser

4 lines (3 loc) 139 B
'use strict'; var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement); export { canUseDOM };