rollup
Version:
Next-generation ES module bundler
16 lines (12 loc) • 321 B
JavaScript
/*
@license
Rollup.js v2.10.9
Sun, 24 May 2020 05:27:58 GMT - commit 462bff7b1a0c384ecc3e278b1ea877e637c70f41
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';