17 lines
		
	
	
		
			373 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			373 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*
 | |
|   @license
 | |
| 	Rollup.js v2.79.2
 | |
| 	Thu, 26 Sep 2024 18:44:14 GMT - commit 48aef33cf2f2a6dfb175afb3bcd6a977c81f1d5c
 | |
| 
 | |
| 	https://github.com/rollup/rollup
 | |
| 
 | |
| 	Released under the MIT License.
 | |
| */
 | |
| export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
 | |
| import 'path';
 | |
| import 'process';
 | |
| import 'perf_hooks';
 | |
| import 'crypto';
 | |
| import 'fs';
 | |
| import 'events';
 |