empty.js
1 // use this when replacing modules with an empty replacement (needed for react-native) 2 3 /** 4 * @api private 5 */ 6 module.exports = {};
1 // use this when replacing modules with an empty replacement (needed for react-native) 2 3 /** 4 * @api private 5 */ 6 module.exports = {};