root.js 106 B

1234
  1. var isBrowser = require('./isBrowser');
  2. exports = isBrowser ? window : global;
  3. module.exports = exports;