You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			593 B
		
	
	
	
		
			JavaScript
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			593 B
		
	
	
	
		
			JavaScript
		
	
| "use strict";
 | |
| Object.defineProperty(exports, "__esModule", {
 | |
|     value: true
 | |
| });
 | |
| Object.defineProperty(exports, "needsExperimentalReact", {
 | |
|     enumerable: true,
 | |
|     get: function() {
 | |
|         return needsExperimentalReact;
 | |
|     }
 | |
| });
 | |
| function needsExperimentalReact(config) {
 | |
|     var _config_experimental, _config_experimental1;
 | |
|     return Boolean(((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.ppr) || ((_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.taint));
 | |
| }
 | |
| 
 | |
| //# sourceMappingURL=needs-experimental-react.js.map
 |