mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
'use strict';
|
|
|
|
module.exports = function() {
|
|
return function() {};
|
|
};
|