UNPKG

data-provider-temporary

Version:

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

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