UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

8 lines (6 loc) 190 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react.production.min.js'); } else { module.exports = require('./cjs/react.development.js'); }