empty.js 133 B

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