15 lines
321 B
JavaScript
15 lines
321 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.48.0
|
|
Sat, 15 May 2021 04:50:11 GMT - commit 07b3a02069594147665daa95d3fa3e041a82b2d0
|
|
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, rollup, watch } from './shared/rollup.js';
|
|
import 'path';
|
|
import 'crypto';
|
|
import 'fs';
|
|
import 'events';
|