UNPKG

omniscient

Version:

A library providing an abstraction for React components for passing the same data structure through the entire component flow using cursors and immutable data structures.

9 lines (7 loc) 180 B
const react = require('react'); global.window = global; window.addEventListener = () => {}; window.requestAnimationFrame = cb => { setTimeout(cb, 0); }; module.exports = react;