UNPKG

@stated-library/react

Version:

React bindings for [`Stated Libraries`](https://github.com/bradfordlemley/stated-library)

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